Commit Graph

305 Commits (master)

Author SHA1 Message Date
William Ting dd7a0fbbc7 add weights decay back
11 years ago
William Ting 776f109b3a remove maintenance based on weights, remove AUTOJUMP_KEEP_ALL_ENTRIES
11 years ago
William Ting 2b6cfe7cdf remove zsh tab completion redundant code
11 years ago
William Ting e21292e573 update documentation
11 years ago
William Ting 96a2206931 separate --increase from --add, print out directory weights, don't add home directory to database
11 years ago
William Ting fcd7465ed8 switch away from global variables
11 years ago
William Ting 3b89c13cd2 fix stats
11 years ago
William Ting 2582ad6421 Refactor away from global variables, use defaultdict/iteration instead.
11 years ago
William Ting f5ff5a126f Update changelog, version butmp to v21.5.9.
11 years ago
William Ting de98e83b25 fix error log location
11 years ago
William Ting c763b2afad better fix for custom installation directories
11 years ago
William Ting ad09ee27d4 Fix security bug that allows running arbitrary user code.
11 years ago
William Ting d3c1765255 minor fix
11 years ago
William Ting 81400f02a3 version bump to v21.5.4
11 years ago
William Ting 72fe7e391d Prevents circular sourcing if shell is #/bin/sh
11 years ago
Rogério Brito 2a49b8ca47 Use non-lazy enumeration for removal of dictionary keys.
11 years ago
Ahmed Aeon Axan f7e98ea498 fixed typo
11 years ago
jostber a97c516758 Updated cygwin code as for autojump.bash
11 years ago
jostber 4284307579 Updated cygwin code to start file explorer correctly
11 years ago
Rasmus e83ee24ea7 updated autojump.bash, removing export
11 years ago
Sven Taute 4685d86a17 normalize path ending before adding to the DB
11 years ago
William Ting 54aeff1cae Show database file when printing stats.
11 years ago
William Ting 6f887a2000 fix unit tests to match new decrease calculation
11 years ago
William Ting 79cf76bcf5 fix some pep 8 issues
11 years ago
William Ting 4237861aba v21.5.0: add --increase and --decrease options to manually change weight.
11 years ago
Xavier Lepaul b8901586cb adding option to decrease weight
11 years ago
William Ting f4fa47fd22 version bump to 21.4.6
11 years ago
Jui-Shan Liang c76ce0d083 Fix Issue #182
11 years ago
Jui-Shan Liang fa756cd7e9 Trying to fix Issue #177
11 years ago
William Ting 48487e3050 minor version bump
11 years ago
William Ting 022b43edd2 Merge branch 'master' of github.com:joelthelion/autojump
11 years ago
William Ting 17d31d881e Revert "remove _j() as it was never used to begin with."
11 years ago
Jui-Shan Liang 1d31f720f4 Fixed issue: Command "jc" doesn't jump correctly if sibling directories have same prefix
11 years ago
William Ting 833dcca408 version bump
11 years ago
William Ting c7d0533dd8 handle white space properly when opening with file manager
11 years ago
William Ting ae978d3319 use zsh change directory hook rather than pre-command hook
11 years ago
William Ting 214440af65 minor code cleanup
11 years ago
William Ting 49a0d702ba remove _j() as it was never used to begin with.
11 years ago
William Ting d57e7b779c add option to open file explorer window from the commandline, bump to 21.4.0
11 years ago
William Ting 4ce2cb5929 Remove jumpapplet.
12 years ago
William Ting 201e079c07 merging blueyed's changes to reduce stat() calls
12 years ago
William Ting 12805b0f58 Merge pull request #170 from blueyed/gh-find_matches-named-args
12 years ago
William Ting 182400ae8c Reduce lag for using when using sshfs mounts caused by checking pwd.
12 years ago
Daniel Hahler 10a8a3f785 Avoid file stats in find_matches for fuzzy=True, too
12 years ago
Daniel Hahler 4bd574aaf9 Use named args when calling find_matches
12 years ago
Daniel Hahler 586ce0deee Skip current_dir in find_matches for fuzzy=False, too
12 years ago
Daniel Hahler 6d98cf886d Do not decode os.path.realpath / path
12 years ago
Daniel Hahler 0547e23411 Avoid calls to stat() in find_matches
12 years ago
William Ting a99183bf8b Never jump to pwd, use next best option.
12 years ago
William Ting f0e45478a7 Add jc function, jump to a subdirectory of the current working directory.
12 years ago
William Ting da69e15efb add shorthand shortcut -v for --version
12 years ago
JrCs b829fd5a4a Fix PROMPT_COMMAND issues
12 years ago
William Ting 2c75c36229 only open files as utf-8 with Python 3.0+
12 years ago
William Ting 024d550c8c Disable bash autocompletion, make it optional. Add relevant documentation. Closes #140.
12 years ago
William Ting d0e0a990ce Set default encoding to UTF-8 when opening database file. Closes #162.
12 years ago
William Ting 50e6054e13 Version bump to v21.1.0, update relevant documentation.
12 years ago
William Ting 8b13949173 Consolidate source calls to use autojump.sh. Modify autojump.sh to support
12 years ago
William Ting 837671fe0b refactoring
12 years ago
William Ting 2554fc7ed4 refactor a few lines for legibility
12 years ago
William Ting fd287eab04 Reverts commit 74c50133d2. Fixes #159, #160.
12 years ago
William Ting 48c52a7422 Test for brew existence before testing for brew zsh site functions directory.
12 years ago
William Ting f46b541105 remove adding git version to autojump install
12 years ago
William Ting ac1bfeb784 version bump to v21.0.3
12 years ago
JrCs 74c50133d2 Add autojump to the end of PROMPT_COMMAND
12 years ago
William Ting 1b5d9df854 minor documentation reformat
12 years ago
William Ting 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1
12 years ago
William Ting 5745c34c23 version numbering
12 years ago
Daniel Hahler 4382116b55 Vendorize argparse
12 years ago
William Ting 3acedf2ed8 Remove loading compinit module from autojump.zsh.
12 years ago
William Ting ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex.
12 years ago
William Ting c62a8923ae Add v21 release notes, minor documentation update.
12 years ago
William Ting f41d0fb7b3 Remove database migration code support for v17 and older.
12 years ago
William Ting e96dc4c9d8 Fix #86: ZSH tab completion
12 years ago
Mark Tran 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula
12 years ago
William Ting b510aa6824 switch to semantic versioning
12 years ago
William Ting 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths.
12 years ago
William Ting 05026ff54e break db load into smaller functions, load backup if opening primary db fails
12 years ago
William Ting 626fa8b080 version bump to v20-9
12 years ago
William Ting b00e0e85e1 Fix #123, new installations were not initializing database properly.
12 years ago
William Ting 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation.
12 years ago
William Ting 1b765ab8a6 Use zsh version agnostic approach regarding substring matching
12 years ago
William Ting 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for
12 years ago
William Ting d194429782 Test zsh version before using appropriate regex test conditional.
12 years ago
Kenny MacDermid ee1be0310b Use -pcre-match in .zsh instead of =~.
12 years ago
William Ting e62e720765 move config back to global space
12 years ago
William Ting 7123e23706 minor version bump to v20-6
12 years ago
William Ting 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes
12 years ago
William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly
12 years ago
William Ting 60a9c1c2f1 add purge option to clear database of missing entries
12 years ago
William Ting a4cbff774b add copyright back into main file
12 years ago
William Ting be82be31d5 fix env var settings
12 years ago
William Ting 9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion
12 years ago
William Ting 788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive
12 years ago
William Ting d7cea40619 implement basic fuzzy search
12 years ago
William Ting f98b13641f increment path weights on a log scale
12 years ago
William Ting 900e3889e7 bump stored paths
12 years ago
William Ting 6a16a7ec67 update shell scripts to use new tab completion argument --complete, update docs with new --preserve option
12 years ago
William Ting ad10e13c4a minor refactoring
12 years ago
William Ting 73d18eecf2 minor reorganization
12 years ago
William Ting a96d1bca9d minor reorganization tweaks
12 years ago
William Ting 7343ef1825 move match last pattern into separate funciton and disabled
12 years ago
William Ting 31001c9456 Move argument parsing into function, fix database class items, add preserve option
12 years ago
William Ting 46b8d84c7e Move database logic into database object
12 years ago
William Ting da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE
12 years ago
William Ting acfc5c13ef restructure files, working make doc and make release
12 years ago