1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

38 Commits

Author SHA1 Message Date
rabite
cab23957ce improved/fixed default config with working archive preview 2020-02-14 17:47:07 +01:00
rabite
8fc070b71b speedup: make hunter handle directories with 1M files 2020-01-23 20:44:10 +01:00
rabite
3147420735 fix hang when substituting too many files at once 2020-01-22 02:49:42 +01:00
rabite
110322fad2 improved subprocess killing with process groups 2019-08-02 00:38:41 +02:00
rabite
889abf77ad add custom keybindings 2019-07-25 21:56:30 +02:00
rabite
89260e4312 added esc as close key for stuff 2019-06-18 20:07:14 +02:00
rabite
752d6ab8f5 add comments to proclist.rs 2019-06-18 12:58:42 +02:00
rabite
1b596e73c1 added subprocesses running in foreground by appending ! 2019-06-16 14:57:00 +02:00
rabite
8f5ad6b3c9 fix potentially nasty bug with quotes in file names 2019-06-16 12:33:23 +02:00
rabite
ad4e3d573f add quick actions 2019-05-28 00:51:47 +02:00
rabite
cdaacd1ca6 move methods from Widget trait to WidgetCore 2019-05-23 19:49:01 +02:00
rabite
9b463b3435 add back backtraces to commonly logged errors and fix their cause 2019-05-11 17:27:12 +02:00
rabite
99980ace6c use async_value library 2019-05-11 13:32:22 +02:00
rabite
95a1ef5a1d use libraryized osstrtools 2019-04-16 02:02:04 +02:00
rabite
89b94d0ad0 fix keybind in procview 2019-04-13 13:49:59 +02:00
rabite
63fe77c997 Merge branch 'master' into evil 2019-04-07 14:00:50 +02:00
rabite
62474ff6bc fix crash when running commands in unloaded directory 2019-04-07 13:43:41 +02:00
rabite
7f70fa2904 Merge branch 'master' into evil 2019-04-06 17:22:28 +02:00
rabite
ff2f331947 fix regression in proclist 2019-04-06 13:28:08 +02:00
rabite
a5400b1e6c fix warnings 2019-04-06 13:08:20 +02:00
rabite
8bfc707a59 don't animate over other widgets 2019-04-03 11:28:30 +02:00
rabite
fd366a26dc async stuff much improved 2019-03-22 22:53:54 +01:00
rabite
0cb4fa89b5 evil keybinds ;) 2019-03-21 21:45:56 +01:00
rabite
e4a2749ee0 start stuff in the background 2019-03-21 21:32:41 +01:00
rabite
9a711bbe96 handle long lines in status/footer 2019-03-20 13:58:59 +01:00
rabite
e36ddf34b4 use osstring for filenames/paths 2019-03-20 00:29:20 +01:00
rabite
161ba5ac3f handle terminal resizing 2019-03-19 14:38:15 +01:00
rabite
c719ec7a3c running subshells in the foreground 2019-03-18 02:04:07 +01:00
rabite
a7abc0d645 show pid of proc 2019-03-17 02:01:10 +01:00
rabite
9fcc12f464 crash fix 2019-03-10 12:55:56 +01:00
rabite
e1a9d62b16 show status messages again 2019-03-10 12:05:00 +01:00
rabite
7697811547 read output of procs more efficiently 2019-03-10 00:52:24 +01:00
rabite
9ef59ba050 scrolling and following proc output 2019-03-09 23:40:13 +01:00
rabite
5d45653901 use enum to allow multiple widget types in hbox 2019-03-09 11:06:13 +01:00
rabite
6e02ef6486 merge child process stderr with stdout 2019-03-03 00:57:06 +01:00
rabite
eb5a86b7cd moved window stuff to widget itself 2019-03-02 23:28:03 +01:00
rabite
32ab32fc5d improved procview 2019-02-28 21:02:35 +01:00
rabite
06817602a8 view exec'd processes status/output 2019-02-28 18:48:37 +01:00