Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | todo: added more info on bug #31 | hut | 2010-01-09 | 2 | -1/+6 | |
| | ||||||
* | todo: added a few things | hut | 2010-01-09 | 1 | -0/+2 | |
| | ||||||
* | actions: fixed deletion of symlinks to directories | hut | 2010-01-09 | 2 | -2/+2 | |
| | ||||||
* | commands: fixed tabcompletion | hut | 2010-01-09 | 1 | -2/+2 | |
| | | | | | | tilde "~/" in combination with incomplete filenames would cause a slash to be appended after the incomplete name, which only makes sense for complete (and unique / unambiguous) names | |||||
* | todo: added #33 | hut | 2010-01-09 | 1 | -0/+1 | |
| | ||||||
* | todo: added #32 | hut | 2010-01-08 | 1 | -0/+1 | |
| | ||||||
* | added license information | hut | 2010-01-08 | 63 | -3/+888 | |
| | ||||||
* | directory: fixed non reloading symlinked directories | hut | 2010-01-07 | 2 | -3/+3 | |
| | ||||||
* | applications: fixed bad redirection of stdout | hut | 2010-01-07 | 1 | -1/+1 | |
| | ||||||
* | random cleanups and fixes | hut | 2010-01-07 | 6 | -13/+15 | |
| | ||||||
* | directory: fixed wrong mtime comparison | hut | 2010-01-07 | 1 | -2/+5 | |
| | ||||||
* | loader: fixed some issues with updating/redrawing | hut | 2010-01-06 | 4 | -64/+82 | |
| | ||||||
* | updated TODO | hut | 2010-01-06 | 1 | -0/+7 | |
| | ||||||
* | loader: don't pop items from queue which were added while loading | hut | 2010-01-06 | 1 | -1/+1 | |
| | ||||||
* | actions: added reload_cwd + keybinding + help | hut | 2010-01-06 | 3 | -0/+9 | |
| | ||||||
* | curses_shortcuts: catch TypeError at addstr | hut | 2010-01-06 | 1 | -2/+2 | |
| | ||||||
* | help: extended | hut | 2010-01-06 | 2 | -6/+28 | |
| | ||||||
* | help: improved | hut | 2010-01-06 | 2 | -5/+3 | |
| | ||||||
* | color: added docstring | hut | 2010-01-06 | 2 | -2/+17 | |
| | ||||||
* | colorscheme: clean up | hut | 2010-01-06 | 1 | -33/+56 | |
| | ||||||
* | pager/help: added help markup | hut | 2010-01-05 | 5 | -9/+69 | |
| | ||||||
* | help: extended + reformatted | hut | 2010-01-05 | 2 | -45/+91 | |
| | ||||||
* | help: extended | hut | 2010-01-05 | 1 | -14/+54 | |
| | ||||||
* | pager: open and close it properly | hut | 2010-01-05 | 1 | -0/+2 | |
| | ||||||
* | help: fixed typo | hut | 2010-01-05 | 1 | -1/+1 | |
| | ||||||
* | actions: fixed import error | hut | 2010-01-05 | 1 | -1/+0 | |
| | | | | | Forgot to take that line out. I still had the pyc so I didn't notice the error. | |||||
* | help: implemented help framework, started writing | hut | 2010-01-05 | 6 | -2/+93 | |
| | ||||||
* | pager: added narg for move_horizontal | hut | 2010-01-05 | 1 | -1/+7 | |
| | ||||||
* | keyapi: fixed unwanted destructive operation | hut | 2010-01-05 | 1 | -0/+1 | |
| | ||||||
* | keyapi: a different approach to passing through typed numbers | hut | 2010-01-03 | 5 | -83/+116 | |
| | ||||||
* | applications: clean up | hut | 2010-01-03 | 1 | -10/+17 | |
| | ||||||
* | actions: use inspect.cleandoc instead of a custom function | hut | 2010-01-03 | 2 | -32/+2 | |
| | ||||||
* | applications: improved run function, catch errors | hut | 2010-01-03 | 2 | -12/+32 | |
| | ||||||
* | browser: fixed scrolling | hut | 2010-01-02 | 2 | -2/+3 | |
| | ||||||
* | new minor version v1.0.1 | hut | 2010-01-02 | 4 | -7/+7 | |
| | ||||||
* | updated pydoc documentation | hut | 2010-01-02 | 48 | -788/+3167 | |
| | ||||||
* | cleanups | hut | 2010-01-02 | 7 | -11/+1 | |
| | ||||||
* | pager: fixed unicode decode error | hut | 2010-01-01 | 1 | -4/+7 | |
| | ||||||
* | actions: reversed default cylce order for search("size") | hut | 2010-01-01 | 1 | -1/+1 | |
| | | | | | If I cycle through the files by the size, I usually care about large files, not small files | |||||
* | actions: fixed cycling | hut | 2010-01-01 | 2 | -3/+5 | |
| | ||||||
* | keys: fixed key 'cs' | hut | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | settings: corrected preview_files option | hut | 2010-01-01 | 2 | -2/+2 | |
| | ||||||
* | pager: fixed G key | hut | 2010-01-01 | 1 | -1/+4 | |
| | ||||||
* | random stuff | hut | 2010-01-01 | 3 | -1/+9 | |
| | ||||||
* | actions: fixed handling of unknown types at move_right | hut | 2010-01-01 | 2 | -4/+6 | |
| | ||||||
* | ui: redraw when marking/tags change | hut | 2010-01-01 | 2 | -0/+12 | |
| | ||||||
* | browser: corrected color tag | hut | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | commands: added grep command | hut | 2010-01-01 | 1 | -0/+17 | |
| | ||||||
* | readme: updated | hut | 2010-01-01 | 1 | -4/+77 | |
| | ||||||
* | actions: adjusted delete message | hut | 2010-01-01 | 1 | -1/+1 | |
| |