Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frazenshtein committed Jan 27, 2015
1 parent 45fd8ec commit 94c3698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion jumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand All @@ -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.
Expand Down

0 comments on commit 94c3698

Please sign in to comment.