1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Add jc function, jump to a subdirectory of the current working directory.

Closes #156.
This commit is contained in:
William Ting
2012-12-14 22:58:20 -06:00
parent da69e15efb
commit f0e45478a7
7 changed files with 50 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ import re
import shutil
from tempfile import NamedTemporaryFile
VERSION = 'release-v21.1.4'
VERSION = 'release-v21.2.0'
MAX_KEYWEIGHT = 1000
MAX_STORED_PATHS = 1000
COMPLETION_SEPARATOR = '__'