Commit graph

180 commits

Author SHA1 Message Date
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
Kevin Liu
f8fcab8e3b Bump version 2016-10-30 10:33:21 -07:00
Kevin Liu
e2c005b586 Fix and improve -u behavior with many missing files 2016-10-30 10:33:21 -07:00
Kevin Liu
952d25f794 Note that graveyard is only a default in usage 2016-10-30 10:33:21 -07:00
Kevin Liu
6f6ac66965 Factor out redundant file opens 2016-10-30 10:33:21 -07:00
Kevin Liu
ccdd3d0c00 Return instead of panic on writeln 2016-10-30 10:33:21 -07:00
Kevin Liu
e6ba6a5f3b Merge pull request #7 from adelarsq/patch-1
Corrected spelling
2016-10-26 07:34:24 -07:00
Adelar da Silva Queiróz
aa0504309d Corrected spelling 2016-10-26 12:09:44 -02:00
Kevin Liu
6bd952a13a Add link to notes section at top 2016-10-26 03:50:16 -07:00
Kevin Liu
4c6945dc38 Update readme to reflect -u change 2016-10-26 03:31:34 -07:00
Kevin Liu
b660a0f1bd Bump version 2016-10-26 03:27:23 -07:00
Kevin Liu
f012693d5e Rename --resurrect to --unbury (and -r to -u) 2016-10-25 16:59:41 -07:00
Kevin Liu
c2c6a6a826 Less emoji 2016-10-25 03:41:06 -07:00
Kevin Liu
dd91875a97 Bump version 2016-10-25 03:37:51 -07:00
Kevin Liu
936adf95ee Humanize bytes and show path in big file warning 2016-10-25 03:32:47 -07:00
Kevin Liu
c9c100acbe More detail to installation 2016-10-25 03:31:07 -07:00
Kevin Liu
7a160a5148 Bump version 2016-10-25 00:25:51 -07:00
Kevin Liu
b5cd8615c7 Fix panic on inspecting small files 2016-10-23 19:15:58 -07:00
Kevin Liu
e0d48f5aca Humanize filesize output 2016-10-23 17:42:16 -07:00
Kevin Liu
c5d84b9777 Add more info 2016-10-23 17:41:34 -07:00
Kevin Liu
b1f570f9dd Build for armv7 2016-10-23 07:46:00 -07:00
Kevin Liu
08e5d9b899 Print a few top-level files when inspecting a dir 2016-10-23 07:27:09 -07:00
Kevin Liu
36c0a30086 Emoji section headers 2016-10-23 05:22:41 -07:00
Kevin Liu
b6d3c7980d Renamed graves use ~ instead of . as separator 2016-10-23 05:17:13 -07:00
Kevin Liu
037923b177 Use String::from instead of to_string in closures 2016-10-22 19:34:44 -07:00
Kevin Liu
78b26fbeb0 Simplify resurrect a bit 2016-10-22 19:25:12 -07:00
Kevin Liu
52163d50ae Make changes recommended by clippy 2016-10-22 19:17:06 -07:00
Kevin Liu
0a027859b7 Bump version 2016-10-22 07:17:16 -07:00
Kevin Liu
e9fef72489 Unicode everywhere? 2016-10-22 07:16:20 -07:00
Kevin Liu
7c395c3b1e General code quality improvements 2016-10-22 07:08:45 -07:00
Kevin Liu
fafe1905d2 Add warning when copying a big file 2016-10-22 06:58:35 -07:00
Kevin Liu
0fdf35a70a Inspect now shows size for dir and better errors 2016-10-22 06:34:44 -07:00
Kevin Liu
4be1b8685f Fix inspect message 2016-10-22 06:21:09 -07:00
Kevin Liu
af21d1c4ca Don't panic if nothing to clean up 2016-10-22 05:37:22 -07:00
Kevin Liu
6292d01c8e Make -s only print the grave paths 2016-10-22 05:26:23 -07:00
Kevin Liu
9190868850 Change structure 2016-10-22 05:22:34 -07:00
Kevin Liu
4ad4d2e6b4 Correct example 2016-10-22 01:35:40 -07:00
Kevin Liu
a2660394d2 Bump version 2016-10-22 00:20:03 -07:00
Kevin Liu
7f7daf6479 Fix possible source of critical errors 2016-10-22 00:18:40 -07:00