fork of matoking's filetug with the following changes:
-case insensitive file extension matching
-swipe left to shortcuts instead of to parent dir
-cleanup shortcuts view
-no push-up menus anywhere (moved to pull-down)
https://github.com/teleshoes/filetug
(license of original Filetug is public domain. license of changes is also public domain, if possible)
Attachment | Size | Date |
---|---|---|
harbour-filetug-0.2-9.armv7hl.rpm | 111.61 KB | 08/12/2018 - 23:16 |
harbour-filetug-0.3-0.armv7hl.rpm | 111.75 KB | 08/12/2018 - 23:42 |
harbour-filetug-0.3-2.armv7hl.rpm | 112.62 KB | 10/12/2018 - 00:09 |
harbour-filetug-0.3-2.aarch64.rpm | 131.69 KB | 27/01/2022 - 19:29 |
v0.3-2
-fix long-standing bug where ".thumbs/" dir is created when you open an image, even with cache=false
-add "tar.gz" file operation for system call "tar -czf", adding selected files relative to current dir to "filetug-TIMESTAMP.tar.gz" to current dir
v0.3-0
-refresh last location when navigating to shortcuts
v0.2-9
-case insensitive file extension matching
-swipe left to shortcuts instead of to parent dir
-cleanup shortcuts view
-no push-up menus anywhere (moved to pull-down)
Comments
teleshoes
Mon, 2018/12/10 - 00:12
Permalink
added "tar.gz" button in file-selection menu. quick and dirty, but should work. as for unpacking, if you do "open" on a tar.gz it already opens an extractor program that puts it in downloads, for me at least
also, finally fixed that ".thumbs/" dir bug. i HATE programs implicitly editing my files, messing up my dir timestamps, etc, etc
cvp
Sun, 2018/12/09 - 02:03
Permalink
Cool thanks a lot :) Could you possibly add an pack/unpack feature for zip,rar,tar etc. ?
teleshoes
Sun, 2018/12/09 - 23:22
Permalink
yep, it was in fact easy. i need to remove a (longstanding) bug where .thumbs dir gets created when you open an image, even if you have cache=false in settings, and then ill push a new release. (also, im assuming that everyone has tar command in their path)
teleshoes
Sun, 2018/12/09 - 20:15
Permalink
probably not, would be quite a lot of work. theres not even a multi-select feature in filetug. (though maybe for unpack, you could just [Open] the RAR file and have whatever handles that do the unpacking for you)
Markkyboy
Sun, 2018/12/09 - 20:53
Permalink
There certainly IS a multi-select feature in Filetug.
teleshoes
Sun, 2018/12/09 - 21:05
Permalink
LOLOL, will you look at that! :D
maybe i can do this, then. ill take a look