Commit graph

218 commits

Author SHA1 Message Date
Kevin Liu
11f0b8d018
Merge pull request #22 from matbesancon/gitignore
ignore unnecessary files and folders
2021-01-04 19:20:20 -08:00
Mathieu Besançon
b06c51defb remove lock 2021-01-05 00:12:19 +01:00
Kevin Liu
3db8f35269
Merge pull request #21 from knowler/macos-homebrew-note
Note macOS Homebrew install in README
2021-01-04 15:07:24 -08:00
Mathieu Besançon
9063bf3440 ignore unnecessary files and folders 2021-01-04 10:24:06 +01:00
Nathan Knowler
bc9e88e762
Note macOS Homebrew install in README 2020-11-04 11:29:12 -06:00
Kevin Liu
c528ce9336
Merge pull request #19 from palfrey/fix-travis
Fix travis build
2020-09-10 18:06:39 -07:00
Tom Parker-Shemilt
adea35b4ec Remove check for rustc 2020-09-10 22:41:31 +01:00
Tom Parker-Shemilt
5d484c8a9f Modernize the travis syntax 2020-09-10 22:41:17 +01:00
Tom Parker-Shemilt
6e6b286233 Start from generic image so don't need to uninstall rust 2020-09-10 22:37:49 +01:00
nivekuil
0bda339cd6 Appease clippy 2020-09-02 09:39:38 -07:00
nivekuil
c11239f3df Document emacs usage 2020-09-02 09:13:09 -07:00
Kevin Liu
8b9514f841 Don't fail if cleanup fails 2020-02-28 03:59:05 -08:00
Kevin Liu
3a2ab0ee85 Bump version 2020-02-28 01:22:29 -08:00
Kevin Liu
f8b2272f93 Bump version 2020-02-28 01:19:09 -08:00
Kevin Liu
68ad56c83b Refactor and rustfmt 2020-02-28 00:49:15 -08:00
Sergey Smirnykh
d24fe6d776 [Fix]: Use $XDG_DATA_HOME/graveyard instead of $XDG_DATA_HOME/tmp/graveyard 2020-02-28 00:31:20 -08:00
Sergey Smirnykh
f222a770fb Update README.org 2020-02-28 00:31:20 -08:00
Sergey Smirnykh
36a7d26195 Use "$XDG_DATA_HOME/graveyard" if possible
Use XDG_DATA_HOME environment variable if the variable is set
and no other options like GRAVEYARD or '--graveyard=' were specified.
In such case use "$XDG_DATA_HOME/graveyard" as graveyard.
Since XDG_* variables are user-specific,
there is no reason to append username to the name of graveyard folder.
2020-02-28 00:31:20 -08:00
Kevin Liu
9b26351439 Add Cargo.lock 2020-02-28 00:25:22 -08:00
Kevin Liu
7e98544ba1 Undo 2019-10-13 01:44:54 -07:00
Kevin Liu
3599c0a6d2 Add AUR instructions 2019-10-13 01:32:39 -07:00
Kevin Liu
7a37b3fc01 Update metadata 2019-06-02 21:35:06 -07:00
Kevin Liu
6d3a5b851b Add bin.path 2018-12-24 16:03:31 -08:00
Kevin Liu
ce402143f5 Bump version 2018-12-24 15:44:26 -08:00
Kevin Liu
beeba6607c Fix Cargo.toml warnings 2018-12-24 15:41:15 -08:00
Kevin Liu
c416dd94e8 Make rip work on stable 2018-12-24 15:36:49 -08:00
Kevin Liu
8d8e1b9225 Cleanup 2017-01-31 15:27:03 -08:00
Kevin Liu
6ef482b7f2 Bump version 2017-01-31 15:11:00 -08:00
Kevin Liu
88d876eda0 Properly chain together bury error 2017-01-31 15:10:06 -08:00
Kevin Liu
3bd5513b77 Use stderr for errors 2017-01-31 04:17:18 -08:00
Kevin Liu
415fd4288c Bump dependencies and add categories 2017-01-31 04:16:54 -08:00
Kevin Liu
ed7492ccea Remove unnecessary allocation for graveyard path 2017-01-27 14:15:03 -08:00
Kevin Liu
a2d038025e Bump version and add error-chain dependency 2016-12-22 03:49:45 -08:00
Kevin Liu
08429ed64c More monadic way of reading input 2016-12-22 03:40:24 -08:00
Kevin Liu
a04a905f60 Refactor around error_chain 2016-12-22 03:34:39 -08:00
Kevin Liu
00ef201266 Use Path/Pathbuf instead of strings 2016-11-12 12:11:16 -08:00
Kevin Liu
5f8deabf8b Run rustfmt 2016-11-08 11:01:51 -08:00
Kevin Liu
144fb35dba Canonicalize non-symlink paths 2016-11-08 10:53:54 -08:00
Kevin Liu
f987ff53cc Fix not rewinding file before re-reading it 2016-11-08 10:52:12 -08:00
Kevin Liu
79079dbff9 Update README to reflect per-user graveyards 2016-11-04 13:46:32 -07:00
Kevin Liu
34f4348806 Store human-readable deletion time in the record 2016-11-04 13:21:25 -07:00
Kevin Liu
43711e6fa1 Use a different graveyard per user by default
This also obviates the need for umask/permissions juju.
2016-11-04 13:19:07 -07:00
Kevin Liu
208ca3db68 Fix erroneous change to bury 2016-11-04 10:38:30 -07:00
Kevin Liu
98f5008728 Refactor to get rid of all unwraps 2016-11-04 10:23:01 -07:00
Kevin Liu
33299946aa Make prompt_yes more generic 2016-11-04 08:42:22 -07:00
Kevin Liu
132eebd4d9 Fix panic with -u on missing record 2016-11-04 08:42:11 -07:00
Kevin Liu
f949d8d91d Factor out seance to use impl traits 2016-10-31 05:28:25 -07:00
Kevin Liu
81b787b1df Indicate "n" is default when prompted 2016-10-30 11:12:37 -07:00
Kevin Liu
ad2b4ea8aa Clean up redundant muts and references 2016-10-30 11:03:47 -07:00
Kevin Liu
8349842d8a Fix filter logic (!= to ==) 2016-10-30 10:40:03 -07:00