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

add option to open file explorer window from the commandline, bump to 21.4.0

This commit is contained in:
William Ting
2013-02-01 13:50:52 -06:00
parent c16b305e0d
commit d57e7b779c
5 changed files with 56 additions and 2 deletions

View File

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