1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 05:50:47 +00:00
Commit Graph

824 Commits

Author SHA1 Message Date
William Ting
57053a76fa Add dev section to README.md and update makefile to reflect new section. 2012-05-12 16:38:09 -10:00
William Ting
f25d7ba996 add unit tests, run using: make test 2012-05-12 16:31:58 -10:00
William Ting
13e385a0ef reformat doc strings, move config into own function, add global variable for testing purposes 2012-05-12 16:31:37 -10:00
William Ting
79e644bd63 Add name(s) to AUTHORS 2012-05-12 03:22:41 -10:00
William Ting
009b01d94a tweak docs regarding minimum requirements 2012-05-08 09:18:43 -10:00
William Ting
e8118186e4 tweak documentation wording 2012-05-08 09:09:16 -10:00
William Ting
0818bf8164 Fix #110, autojump_ignore_case now working properly 2012-05-08 09:08:50 -10:00
William Ting
83e01c5251 tweak mailing list wording 2012-05-07 09:18:29 -10:00
William Ting
effe34924d Add Google Group information to documentation 2012-05-06 23:32:04 -10:00
Joel Schaerer
08a79c1113 Add the google group to the README
Not sure if this is correct, is there a source file I should update
instead?
2012-05-07 11:21:37 +02:00
William Ting
60a9c1c2f1 add purge option to clear database of missing entries 2012-05-06 20:50:40 -10:00
William Ting
a4cbff774b add copyright back into main file 2012-05-06 20:24:11 -10:00
William Ting
be82be31d5 fix env var settings 2012-05-06 19:51:09 -10:00
William Ting
9ad889a706 To prevent database decay, set the env var AUTOJUMP_KEEP_ALL_ENTRIES=1 instead of using --preserve or --competion 2012-05-06 18:40:19 -10:00
William Ting
788255030b Implements #110: use 'export AUTOJUMP_IGNORE_CASE=1' to make autojump case insensitive 2012-05-06 18:30:22 -10:00
William Ting
d7cea40619 implement basic fuzzy search 2012-05-06 18:10:06 -10:00
William Ting
f98b13641f increment path weights on a log scale 2012-05-06 15:54:27 -10:00
William Ting
900e3889e7 bump stored paths 2012-05-06 15:29:23 -10:00
William Ting
6a16a7ec67 update shell scripts to use new tab completion argument --complete, update docs with new --preserve option 2012-05-06 15:17:33 -10:00
William Ting
ad10e13c4a minor refactoring 2012-05-06 15:09:37 -10:00
William Ting
73d18eecf2 minor reorganization 2012-05-06 14:34:03 -10:00
William Ting
a96d1bca9d minor reorganization tweaks 2012-05-06 14:05:47 -10:00
William Ting
7343ef1825 move match last pattern into separate funciton and disabled 2012-05-06 13:51:18 -10:00
William Ting
31001c9456 Move argument parsing into function, fix database class items, add preserve option 2012-05-06 13:43:16 -10:00
William Ting
46b8d84c7e Move database logic into database object 2012-05-06 13:12:39 -10:00
William Ting
da3d660b50 Remove license from individual files, consolidate information into AUTHORS and LICENSE 2012-05-06 12:56:01 -10:00
William Ting
9ee7906472 fix documentation formatting 2012-04-17 20:41:20 -10:00
William Ting
f91c7e3954 split up doc building for manpage and readme.md 2012-04-17 14:26:54 -10:00
William Ting
168865f138 fix install.sh to reflect new locations, tweak documentation where necessary 2012-04-17 13:40:53 -10:00
William Ting
acfc5c13ef restructure files, working make doc and make release 2012-04-17 13:09:39 -10:00
William Ting
2ebcdba5bd reformat changelog 2012-04-17 12:38:19 -10:00
William Ting
0d421dcfa4 Remove unicode string parsing in argument handling
Defining argument strings explicitly as unicode causes problems in Python v3,
and the arguments are tested anyway in encode and decode functions.
2012-04-11 23:29:13 -10:00
William Ting
8decc17f3e Update documentation and install scripts to reflect new minimum Python requirements.
Documentation and install scripts now instruct older Python users to upgrade
their Python version or install older versions of autojump.

'install.sh' now gets a -f|--force option, which makes the install ignore
Python dependency requirements.
2012-04-11 23:03:03 -10:00
William Ting
99f0d76cee Documentation update provides Mac Ports command for install. 2012-04-11 22:35:33 -10:00
William Ting
3a767d1d9c remove leftover syntax when docs were in ReST format 2012-04-11 22:31:36 -10:00
Johnny Kuan
1c7b930d9f Macports command instead of link to Portfile 2012-04-12 02:40:18 -04:00
Johnny Kuan
9e2a28ed77 ran make_doc.sh 2012-04-12 02:39:15 -04:00
William Ting
e23f4a0265 update documentation with known issues (i.e. long standing bugs) 2012-04-11 20:37:02 -10:00
William Ting
2cfd91bf72 Modify documentation to notify that minimum Python version is 2.7 instead of
2.6.

This was caused by the rewrite to use argparse over optparse to handle command
line arguments.
2012-04-11 19:44:18 -10:00
William Ting
f5132bbfad version numbering 2012-04-10 14:51:54 -10:00
William Ting
cd126da416 minor documentation update in preparation for release-v20 2012-04-10 14:43:02 -10:00
William Ting
2c2875f841 Update documentation, particularly how to prefer symbolic links or change
directory weights within the database.
2012-04-08 05:57:56 -10:00
William Ting
efa8bbcf81 Fixes #112, fixes #116. Simplify documentation build.
Documentation is now generated through Pandoc by running ./make_doc.sh.

Man page is generated from manpage.md, while INSTALL.md + manpage.md =
README.md.
2012-04-07 06:57:16 -10:00
William Ting
079abfdbe6 Fix default autojump behavior when run with 0 arguments. 2012-04-07 04:43:59 -10:00
William Ting
25d1b9cf92 Fixes #113, #115, refactor autojump to use argparse over optparse. 2012-04-07 04:21:07 -10:00
William Ting
9147d6cf71 First version of argparse implemented 2012-04-07 04:14:19 -10:00
William Ting
c91843c698 #114: Error message when directory does not exist or not in autojump database. 2012-04-02 21:58:43 +09:00
William Ting
465ca7908a Fixes #114: autojump suppresses the error message caused by 'j --help'. 2012-04-02 11:33:10 +09:00
William Ting
a17d904e16 update changelog 2012-03-19 12:49:17 -10:00
William Ting
0be45062c3 Merge branch 'master' into smarter_install 2012-03-19 12:17:54 -10:00