Commit Graph

312 Commits

Author SHA1 Message Date
rabite 110231f3c2 fix persisting images in kitty terminal 2019-07-29 20:01:22 +02:00
rabite a807bacc89 fix printing error to screen when hunter-media doesn't support video 2019-07-29 18:23:02 +02:00
rabite 199643a259 fix default left/right movement binding 2019-07-29 18:21:19 +02:00
rabite 474a7fd7e7 remove sixel dependency on hunter-media 2019-07-29 18:11:28 +02:00
rabite f3199a3180 updated README 2019-07-29 14:35:11 +02:00
rabite 4a653754e8 remove libmagic from README 2019-07-25 22:33:11 +02:00
rabite dfd9cfefbe fix README's keybindings section 2019-07-25 22:31:40 +02:00
rabite 754f8c1efc updated info about dependencies in README 2019-07-25 22:06:08 +02:00
rabite 889abf77ad add custom keybindings 2019-07-25 21:56:30 +02:00
rabite c106fded2e delete rust-toolchain since compiler is checked in build.rs anyway 2019-07-25 21:30:31 +02:00
rabite 3b80c3b20f check if /tmp/hunter-previews exists before deleting 2019-07-25 21:29:10 +02:00
rabite0 8cb02c59be
Merge pull request #67 from PrsPrsBK/fix-typo
fix: a typo
2019-07-17 23:13:20 +02:00
rabite f38093ad1f big fat update to graphics mode (performance, features, etc) 2019-07-17 22:56:30 +02:00
PrsPrsBK d9173ff4de
fix: a typo 2019-07-15 15:16:18 +09:00
rabite 3ba311a5bb fix setting sixel config 2019-07-08 20:37:30 +02:00
rabite c4ddf17bff fix messed up manual merge in hbox 2019-07-08 17:23:51 +02:00
rabite0 19be163b3c
Merge pull request #60 from petrusboniatus/master
Added configurable refresh rate
2019-07-08 13:20:25 +02:00
rabite 072b39b3cf initial support for SIXEL/kitty graphics 2019-07-08 13:00:32 +02:00
rabite 9b6bb7fea0 remove unnecessary impl Sync from FsCache 2019-07-08 12:54:48 +02:00
rabite c8faea0343 remove preview-gen.rs 2019-07-08 12:54:48 +02:00
petrusboniatus 9698167285 Added configurable refresh rate 2019-07-07 19:58:26 +02:00
ath3 f542922176 Fixed setting media_previewer in config (#59) 2019-07-05 15:22:04 +02:00
ath3 6198b4e421 Customizable column ratios (#58)
* Customizable column ratios

* Allow ratios sum to be different from 99

* Moved the ratio logic to HBox, column ratios are not based on 0-99 anymore, improved parsing from config file
2019-07-03 21:35:30 +02:00
rabite fae8706f7a got binary building to work properly 2019-07-02 00:53:53 +02:00
rabite 2c6be54944 put defualt configs in archive (crates.io doesn't allow "?") 2019-07-01 19:28:16 +02:00
rabite c2dafff622 rename action adder 2019-07-01 17:36:18 +02:00
rabite 32d4bdf020 updated version to v1.3.0 2019-07-01 17:29:29 +02:00
rabite a529790fd4 updated README 2019-07-01 17:29:01 +02:00
rabite 366b9c6f3d added custom quick action creator based on quick actions 2019-07-01 17:24:30 +02:00
rabite 17abbbd59f fix compilation 2019-06-30 21:24:00 +02:00
rabite 15e2f89a64 filter by file selection 2019-06-30 14:53:44 +02:00
rabite c5e0b6fa03 check for nightly compiler in build.rs 2019-06-30 11:41:32 +02:00
rabite 11f5bd081b modularize media preview generator into own workspace 2019-06-29 23:33:25 +02:00
rabite cd01a21f68 add cat as fallback to text previewer 2019-06-19 23:42:30 +02:00
rabite 6060deb33d oops, added missing build.rs too 2019-06-19 22:43:30 +02:00
rabite 940c7d3bb8 Merge branch 'master' of https://github.com/rabite0/hunter 2019-06-19 22:42:19 +02:00
rabite d71ef882be added missing file config_installer.rs 2019-06-19 22:40:43 +02:00
rabite0 fc504c02eb
add news to README 2019-06-19 20:12:59 +02:00
rabite b8c694c467 updated README 2019-06-19 19:30:28 +02:00
rabite fc32c58c9d added auto-installer for configs 2019-06-19 19:30:11 +02:00
rabite 89260e4312 added esc as close key for stuff 2019-06-18 20:07:14 +02:00
rabite 800982dcfd added ~ to go $HOME 2019-06-18 13:42:17 +02:00
rabite 85ff9d777c add clear all selections 2019-06-18 13:35:33 +02:00
rabite 0fec7e95a2 added new previewing system 2019-06-18 12:58:42 +02:00
rabite 4cc2093cf4 fix TextView with escape sequences 2019-06-18 12:58:42 +02:00
rabite 752d6ab8f5 add comments to proclist.rs 2019-06-18 12:58:42 +02:00
rabite d23401c8ff remove dbg! calls from quick_actions.rs 2019-06-18 12:58:42 +02:00
rabite a676851aed speed up sized_string_u 2019-06-18 12:58:29 +02:00
rabite 327fbc6cd2 fix file counter in footer 2019-06-17 18:00:19 +02:00
rabite 1b596e73c1 added subprocesses running in foreground by appending ! 2019-06-16 14:57:00 +02:00