65 Révisions (201e079c07cc09263109e157cbe8fceeed7db239)

Auteur SHA1 Message Date
  William Ting 182400ae8c Reduce lag for using when using sshfs mounts caused by checking pwd. il y a 11 ans
  Daniel Hahler 10a8a3f785 Avoid file stats in find_matches for fuzzy=True, too il y a 11 ans
  Daniel Hahler 4bd574aaf9 Use named args when calling find_matches il y a 11 ans
  Daniel Hahler 586ce0deee Skip current_dir in find_matches for fuzzy=False, too il y a 11 ans
  Daniel Hahler 6d98cf886d Do not decode os.path.realpath / path il y a 11 ans
  Daniel Hahler 0547e23411 Avoid calls to stat() in find_matches il y a 11 ans
  William Ting a99183bf8b Never jump to pwd, use next best option. il y a 11 ans
  William Ting f0e45478a7 Add jc function, jump to a subdirectory of the current working directory. il y a 11 ans
  William Ting da69e15efb add shorthand shortcut -v for --version il y a 11 ans
  JrCs b829fd5a4a Fix PROMPT_COMMAND issues il y a 12 ans
  William Ting 2c75c36229 only open files as utf-8 with Python 3.0+ il y a 12 ans
  William Ting 024d550c8c Disable bash autocompletion, make it optional. Add relevant documentation. Closes #140. il y a 12 ans
  William Ting d0e0a990ce Set default encoding to UTF-8 when opening database file. Closes #162. il y a 12 ans
  William Ting 50e6054e13 Version bump to v21.1.0, update relevant documentation. il y a 12 ans
  William Ting 8b13949173 Consolidate source calls to use autojump.sh. Modify autojump.sh to support il y a 12 ans
  William Ting 837671fe0b refactoring il y a 12 ans
  William Ting 2554fc7ed4 refactor a few lines for legibility il y a 12 ans
  William Ting fd287eab04 Reverts commit 74c50133d2. Fixes #159, #160. il y a 12 ans
  William Ting 48c52a7422 Test for brew existence before testing for brew zsh site functions directory. il y a 12 ans
  William Ting f46b541105 remove adding git version to autojump install il y a 12 ans
  William Ting ac1bfeb784 version bump to v21.0.3 il y a 12 ans
  JrCs 74c50133d2 Add autojump to the end of PROMPT_COMMAND il y a 12 ans
  William Ting 1b5d9df854 minor documentation reformat il y a 12 ans
  William Ting 1a032a97b4 Fix #148, add documentation regarding PROMPT_COMMAND. Bump to v21.0.1 il y a 12 ans
  William Ting 5745c34c23 version numbering il y a 12 ans
  Daniel Hahler 4382116b55 Vendorize argparse il y a 12 ans
  William Ting 3acedf2ed8 Remove loading compinit module from autojump.zsh. il y a 12 ans
  William Ting ca8763aa02 Fix #135. Autojump was failing for directories with - due to bad regex. il y a 12 ans
  William Ting c62a8923ae Add v21 release notes, minor documentation update. il y a 12 ans
  William Ting f41d0fb7b3 Remove database migration code support for v17 and older. il y a 12 ans
  William Ting e96dc4c9d8 Fix #86: ZSH tab completion il y a 12 ans
  Mark Tran 3c439a278e _j is now installed to /usr/local/share/zsh/site-functions in the autojump homebrew formula il y a 12 ans
  William Ting b510aa6824 switch to semantic versioning il y a 12 ans
  William Ting 3a7f211fb6 Obey AUTOJUMP_KEEP_SYMLINKS when testing current directory against paths. il y a 12 ans
  William Ting 05026ff54e break db load into smaller functions, load backup if opening primary db fails il y a 12 ans
  William Ting 626fa8b080 version bump to v20-9 il y a 12 ans
  William Ting b00e0e85e1 Fix #123, new installations were not initializing database properly. il y a 12 ans
  William Ting 183fa795d7 Update scripts to use version agnostic pattern matching and corresponding documentation. il y a 12 ans
  William Ting 1b765ab8a6 Use zsh version agnostic approach regarding substring matching il y a 12 ans
  William Ting 32566eb89d Implements #126. Options passed to j will now be parsed. -s short option for il y a 12 ans
  William Ting d194429782 Test zsh version before using appropriate regex test conditional. il y a 12 ans
  Kenny MacDermid ee1be0310b Use -pcre-match in .zsh instead of =~. il y a 12 ans
  William Ting e62e720765 move config back to global space il y a 12 ans
  William Ting 7123e23706 minor version bump to v20-6 il y a 12 ans
  William Ting 13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes il y a 12 ans
  William Ting 0818bf8164 Fix #110, autojump_ignore_case now working properly il y a 12 ans
  William Ting 60a9c1c2f1 add purge option to clear database of missing entries il y a 12 ans
  William Ting a4cbff774b add copyright back into main file il y a 12 ans
  William Ting be82be31d5 fix env var settings il y a 12 ans
  William Ting 9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion il y a 12 ans