about summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* incremented version number and updated pydoc html files v1.0.3hut2010-02-161-1/+1
* defaults/apps: added documentationhut2010-02-151-0/+27
* typoshut2010-02-151-1/+1
* data/generate.py: allow spaces as seperators in mimetypeshut2010-02-151-1/+1
* commands: fixed cd command in quickconsolehut2010-02-151-3/+2
* browsercolumn: do not preview dmg fileshut2010-02-151-1/+1
* ui: catching exception from curs_sethut2010-02-152-4/+16
* ui: display the correct hostnamehut2010-02-151-1/+8
* options: add the option to show the cursor all the timehut2010-02-143-2/+4
* console: Ensure that cursor is hidden after closing consolehut2010-02-141-3/+6
* actions: improved copying/movinghut2010-02-145-25/+70
* fixed #46: wrong username displayed when using suhut2010-02-131-2/+5
* statusbar: display number of marked fileshut2010-02-121-0/+1
* browsercolumn: bugfixhut2010-02-111-10/+7
* implemented #61: show sum of size of marked fileshut2010-02-091-4/+12
* use is_(file|directory) rather than class checkhut2010-02-092-14/+7
* fsobject: added is_directory/is_file attributeshut2010-02-093-2/+4
* browsercolumn: ignore .part extension in PREVIEW_BLACKLISThut2010-02-091-2/+2
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-093-11/+1
* ui: formatting of docstringshut2010-02-091-2/+4
* implemented #58: update terminal titlehut2010-02-093-1/+5
* commands: keep pointer on the file when renaminghut2010-02-052-1/+6
* added some safety checkshut2010-02-042-1/+5
* apps: add D flag to elinks handlerhut2010-02-021-0/+1
* Revert "apps: changes in order"hut2010-01-301-1/+1
* actions: implemented numerical argument for mark()hut2010-01-301-8/+9
* browsercolumn: Indent marked itemshut2010-01-281-0/+2
* keys: less-like shortcuts in pagerhut2010-01-261-0/+4
* shutil_generatorized: added some documentationhut2010-01-261-0/+2
* defaults: removed copyright notice from config fileshut2010-01-264-47/+15
* typohut2010-01-251-1/+1
* experiment with keybinding syntaxhut2010-01-256-47/+56
* browserview: display bookmark list when pressing mhut2010-01-251-1/+1
* typohut2010-01-251-1/+1
* help: document b keyhut2010-01-251-0/+1
* made configuration more simplehut2010-01-258-9/+39
* cleanupshut2010-01-2434-174/+183
* options: activate preview of files by defaulthut2010-01-241-1/+1
* actions: add narg to move_right, so Nl starts with mode Nhut2010-01-242-2/+4
* keys: let l and Enter do the samehut2010-01-242-5/+2
* apps: fixed error when EDITOR is undefinedhut2010-01-241-8/+10
* bugfixhut2010-01-242-2/+2
* implemented the use of Runner in the rest of the codehut2010-01-245-197/+20
* runner: bugfixes + documentationhut2010-01-241-4/+20
* added a new runner classhut2010-01-241-0/+175
* apps: added handler for common webbrowsershut2010-01-231-1/+11
* actions: allow using n and N from the starthut2010-01-231-1/+1
* console: better tab completion for OpenConsolehut2010-01-231-7/+10
* fixed handling of spaces in filenames when using "open with: self"hut2010-01-231-1/+6
* fm: sort executableshut2010-01-231-1/+1