summaryrefslogtreecommitdiffstats
path: root/src/proclist.rs
AgeCommit message (Expand)Author
2020-05-25switch to parking_lot's Mutex/RwLockrabite
2020-02-14improved/fixed default config with working archive previewrabite
2020-01-23speedup: make hunter handle directories with 1M filesrabite
2020-01-22fix hang when substituting too many files at oncerabite
2019-08-02improved subprocess killing with process groupsrabite
2019-07-25add custom keybindingsrabite
2019-06-18added esc as close key for stuffrabite
2019-06-18add comments to proclist.rsrabite
2019-06-16added subprocesses running in foreground by appending !rabite
2019-06-16fix potentially nasty bug with quotes in file namesrabite
2019-05-28add quick actionsrabite
2019-05-23move methods from Widget trait to WidgetCorerabite
2019-05-11add back backtraces to commonly logged errors and fix their causerabite
2019-05-11use async_value libraryrabite
2019-04-16use libraryized osstrtoolsrabite
2019-04-13fix keybind in procviewrabite
2019-04-07Merge branch 'master' into evilv1.0-evilrabite
2019-04-07fix crash when running commands in unloaded directoryv1.0rabite
2019-04-06Merge branch 'master' into evilrabite
2019-04-06fix regression in proclistrabite
2019-04-06fix warningsrabite
2019-04-03don't animate over other widgetsrabite
2019-03-22async stuff much improvedrabite
2019-03-21evil keybinds ;)rabite
2019-03-21start stuff in the backgroundrabite
2019-03-20handle long lines in status/footerrabite
2019-03-20use osstring for filenames/pathsrabite
2019-03-19handle terminal resizingrabite
2019-03-18running subshells in the foregroundrabite
2019-03-17show pid of procrabite
2019-03-10crash fixrabite
2019-03-10show status messages againrabite
2019-03-10read output of procs more efficientlyrabite
2019-03-09scrolling and following proc outputrabite
2019-03-09use enum to allow multiple widget types in hboxrabite
2019-03-03merge child process stderr with stdoutrabite
2019-03-02moved window stuff to widget itselfrabite
2019-02-28improved procviewrabite
2019-02-28view exec'd processes status/outputrabite