Mitchell Ludwig
2bee71df0b
Merge 0883bf60aa
into ff75f542ae
2023-09-11 00:20:46 +08:00
Mitchell Ludwig
0883bf60aa
Fixing quoting issue
2023-09-07 22:48:35 +12:00
William Ting
ff75f542ae
Merge branch 'wting_default_python3'
2023-08-22 17:14:59 +09:00
William Ting
96ae111824
feat: default to Python 3.
2022-01-31 09:33:02 +09:00
Mitchell Ludwig
7d166448c9
Fixing paths
2019-11-30 12:12:01 -07:00
Mitchell Ludwig
e42645df00
Adding g to zsh
2019-11-22 12:14:25 -07:00
Mitchell Ludwig
dc2d7c10c4
Adding check for script directory
2019-11-21 11:21:13 -07:00
Mitchell Ludwig
ed103d53c8
Removing troubleshooting write
2019-09-15 00:36:12 -06:00
Mitchell Ludwig
697d240291
Ignoring PyCharm dir
2019-09-15 00:34:32 -06:00
Mitchell Ludwig
70b05034d2
Added decaying with time, fixed powershell, fixed windows git bash, fixed jc and child directory descent
2019-09-15 00:32:11 -06:00
Mitchell Ludwig
481e5f37bb
Added decaying with time, fixed powershell, fixed windows git bash, fixed jc and child directory descent
2019-09-15 00:31:32 -06:00
Unknown
0d7b33247b
Removing unsupported versions
2018-12-02 20:51:51 -07:00
Unknown
46804cd858
Fixing test failures
2018-12-02 20:48:46 -07:00
Mitchell Ludwig
dcbf5735c7
Dropping py33 support
2018-12-02 19:24:13 -07:00
Mitchell Ludwig
211caa947b
Setting tox version to 2.5
2018-12-02 19:09:13 -07:00
Mitchell Ludwig
508097df13
Attempting to fix tox
2018-12-02 19:01:31 -07:00
Mitchell Ludwig
8abf4a5cdf
Merge branch 'master' of github.com:wting/autojump
2018-12-02 18:49:49 -07:00
William Ting
06e082c918
Merge branch 'lilydjwg_move_temp_file_to_same_device'
2018-09-09 09:55:39 -07:00
William Ting
af23852374
Bump to 22.5.3.
2018-09-09 09:55:27 -07:00
lilydjwg
8fffbad95a
put temporary data file in the same director as the data file itself
...
This should make shutil.move use rename, which is atomic, avoiding
losing data when interweaving writes happen.
This will close joelthelion/autojump#358 .
2018-09-09 09:54:25 -07:00
William Ting
daa496bc39
Revert "Merge branch 'wting_create_temp_file_on_same_device'"
...
This reverts commit cf358d8fd3
, reversing
changes made to 8eace445a7
.
2018-09-09 09:52:53 -07:00
William Ting
cf358d8fd3
Merge branch 'wting_create_temp_file_on_same_device'
2018-09-07 14:34:00 -07:00
William Ting
bc4ea61546
Create temporary file on the same device as data.
...
One idea for why the database is occasionally purged is due to the
temporary file being on a separate device than the database. This
patch implements @lilydjwg's suggestion here:
https://github.com/wting/autojump/issues/391#issuecomment-419349650
2018-09-07 14:31:22 -07:00
William Ting
8eace445a7
Clarify between first class and community supported items.
2018-09-06 23:27:46 -07:00
William Ting
26c81fc39f
Clarify supported Python versions.
2018-09-06 22:59:27 -07:00
William Ting
900ce8e092
Merge branch 'wting_autoupdate_manpage_header'
2018-09-06 22:54:34 -07:00
William Ting
89eb573306
Update docs.
2018-09-06 22:53:18 -07:00
William Ting
0cbfd764f5
Automatically update manpage header when generating docs.
2018-09-06 22:50:30 -07:00
William Ting
a876bc1f39
Merge branch 'wting_fix_and_run_precommit'
2018-09-06 22:32:32 -07:00
William Ting
fc43204ca1
Run pre-commit hooks.
2018-09-06 22:32:23 -07:00
William Ting
965296f6b2
Fix flake8 ignore option.
2018-09-06 22:30:13 -07:00
William Ting
5ab005ea86
Don't change EOF line endings for files used on Windows.
2018-09-06 22:30:13 -07:00
William Ting
7494d142d5
Ignore .pytest_cache/
2018-09-06 22:30:13 -07:00
William Ting
4f84e755f5
Add 'make lint' target.
2018-09-06 22:30:13 -07:00
William Ting
b4e8474769
Add trailing comma precommit hook and bump old ones.
2018-09-06 22:29:06 -07:00
William Ting
5e6bb82835
Add minor documentation fixes.
2018-09-06 22:28:21 -07:00
Mitchell Ludwig
aefdf23ad2
Fixed Travis configuration, added Python 3.6
2018-05-06 17:41:49 -06:00
William Ting
6a529f4f92
Put autojump's files in its own directory if $XDG_DATA_HOME is set.
2017-10-05 10:26:59 -07:00
William Ting
b06d686bfe
Ignore E402.
2017-07-19 23:19:19 -07:00
William Ting
a0719f488e
(Running pre-commit) Use Yelp-style indentation.
2017-07-19 23:18:29 -07:00
William Ting
0e4d15ace6
(Running pre-commit) Reorder imports.
2017-07-19 23:15:06 -07:00
William Ting
e7aebe69bf
(Running pre-commit) Remove trailing whitespace.
2017-07-19 23:14:50 -07:00
William Ting
9ff654d41d
(Running pre-commit) Run end of file fixer.
2017-07-19 23:13:18 -07:00
William Ting
46329ac744
(Running pre-commit) Replace double quotes with single quotes.
2017-07-19 23:13:01 -07:00
William Ting
37b336bf98
Add trailing comma hook and update hooks.
2017-07-19 23:09:49 -07:00
William Ting
e8f3cbd874
Sync flake8 and autopep8 ignored errors.
2017-05-31 22:52:05 -07:00
William Ting
d5a4fd270d
Add 'make lint' option.
2017-05-31 22:50:32 -07:00
William Ting
f59e398c48
Update pre-commit repos to tags.
2017-05-31 22:46:59 -07:00
Sahil Bajaj
13a63fbf3a
Fix issues URL
...
Changed the url for reporting issues to that of the new repo.
2017-05-19 20:12:31 -07:00
William Ting
0bf1ad5ba9
Update Debian version comment.
...
Autojump has been available since Debian Wheezy which is now stable.
2017-02-17 18:59:06 -08:00