From 94c369862461ccb581861af6c0a2b7b14c6f32cd Mon Sep 17 00:00:00 2001 From: frazenshtein Date: Tue, 27 Jan 2015 23:24:25 +0300 Subject: [PATCH] Release 1.0 --- README.md | 1 + config.json | 2 +- jumper.py | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35daaf0..bb38567 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Start typing to filter directories. Press 'Esc', 'F10' or 'Meta'+'q' to exit. Press 'Enter' to change directory. + Press 'Ctrl'+'w' to clean up input. Press 'Meta'+'Enter' to copy selected path to clipboard (pygtk support required). Press 'Meta'+'s' to turn on/off case sensitive search. Press 'Tab'/'Shift'+'Tab' to move search forward/backward. diff --git a/config.json b/config.json index f121bec..27aaab4 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "version": "1.0.91", + "version": "1.0.92", "paths_history": "~/.local/share/fastcd/history.txt", "stored_paths": "~/.local/share/fastcd/shortcuts_paths.txt", diff --git a/jumper.py b/jumper.py index 53f31e1..4e40912 100755 --- a/jumper.py +++ b/jumper.py @@ -15,7 +15,7 @@ try: import urwid except ImportError: - print("Cannot import urwid module. Install it first 'pip install --user urwid'") + print("Cannot import urwid module. Install it first 'sudo apt-get install python-urwid' or 'pip install --user urwid'") exit(1) @@ -28,6 +28,7 @@ Press 'Esc', 'F10' or 'Meta'+'q' to exit. Press 'Enter' to change directory. +Press 'Ctrl'+'w' to clean up input. Press 'Meta'+'Enter' to copy selected path to clipboard (pygtk support required) Press 'Meta'+'s' to turn on/off case sensitive search. Press 'Tab'/'Shift'+'Tab' to move search forward/backward.