Commit Graph

841 Commits (master)
 

Author SHA1 Message Date
William Ting 1c8a4c13cd add python3 fixes/workarounds
11 years ago
William Ting d20ec4afb4 handle empty input
11 years ago
William Ting 4aafd023c3 minor comment change
11 years ago
William Ting 2a53341feb finish partial tab match
11 years ago
William Ting 30b9708654 EFAP
11 years ago
William Ting 9139092847 add surround_quotes() comment
11 years ago
William Ting 99d92733ea rename global var
11 years ago
William Ting 0422d23a86 finish tab completion
11 years ago
William Ting 71861c4402 add tab completion printout
11 years ago
William Ting 751ec6a7f2 remove env options
11 years ago
William Ting 13377acbbd add match anywhere implementation
11 years ago
William Ting c259978585 add ignore_case to fuzzy matching
11 years ago
William Ting 1e4ca4d67e add quotes for bash output
11 years ago
William Ting 3125c65378 add fuzzy matching
11 years ago
William Ting 551b2f3853 make a bunch of functions pure
11 years ago
William Ting 6ea43c4267 minor reorganization
11 years ago
William Ting 39e5b0b4cc minor cleanup
11 years ago
William Ting d115075295 remove current directory from matches
11 years ago
William Ting 1472b417c3 clarify detect_smartcase docstring
11 years ago
William Ting b695cc3f7d minor cleanup
11 years ago
William Ting 067f653b50 match consecutive needles to paths
11 years ago
William Ting 30d1b6d6f2 implement ignore_case for match_end()
11 years ago
William Ting c2189efb7b handle no results situation
11 years ago
William Ting 1a2a5a86f6 move existence of directories checking to end
11 years ago
William Ting e51f595018 match end for single arguments finished
11 years ago
William Ting d9b205c935 implement smartcase detection
11 years ago
William Ting bb04405cd6 add unicode and ignore case regex flags
11 years ago
William Ting bd091b8766 add no os.path.realpath() comment
11 years ago
William Ting f84dffb7c7 add regex exact match
11 years ago
William Ting fdeedb4f70 add multiple argument exact match support
11 years ago
William Ting 4c432fc5f1 overwrite old autojump
11 years ago
William Ting 9112dc97d9 exact match with single argument finished
11 years ago
William Ting 92b6047962 handle missing current directory errors
11 years ago
William Ting 95c81b7665 add purge feature
11 years ago
William Ting bde9ac1d9f add decrease_path
11 years ago
William Ting 35a0991385 add increase directory weight
11 years ago
William Ting 694d150882 finished add directory, stats, remove bad entries
11 years ago
William Ting 8cbd19cc79 add unicode helpers back
11 years ago
William Ting 7671fcbd06 simplify unicode encode/decoding
11 years ago
William Ting 39b5e3030d implement load, backup, and save data functionality
11 years ago
William Ting 5fd2859f19 add legacy migration
11 years ago
William Ting b4dcdffa9c rename argparse library
11 years ago
William Ting dabc177bbd Merge pull request #238 from mineo/man-fixes
11 years ago
William Ting 4d70c24b16 Merge pull request #237 from mineo/no-more-tests
11 years ago
William Ting b980ce795e Merge pull request #236 from mineo/jo-options
11 years ago
Wieland Hoffmann 605deee8c6 Fix escaping issues in the docs
11 years ago
Wieland Hoffmann d1fe6fead9 Remove tests from Makefile
11 years ago
Wieland Hoffmann a312764d69 Remove the mention of tests from development.md
11 years ago
Wieland Hoffmann 26db68a8e8 zsh/jo: Defer -options to j
11 years ago
William Ting 0b25bef134 Creates data directory before attempting to save the database.
11 years ago