Clement Tsang
3252796f17
change: Allow e to also close expanded widgets
...
Allow `e` to toggle expansion, rather than only allowing it to open.
2020-08-22 17:31:19 -04:00
Clement Tsang
3394b9ee66
feature: allow searching by state, add more keyword variants
...
Allows searching by state (`state = sleep`), and adds more keyword variants for searching: `cpu%`, `mem%`, `r/s`, `w/s`, matching the columns.
2020-08-22 15:38:13 -04:00
Clement Tsang
c82f4d40b4
feature: Support memb (mem bytes) searching in processes
...
Supports searching by the new mem value.
2020-08-21 22:59:49 -04:00
Clement Tsang
a1766961fe
Clarify architecture support
2020-08-21 14:53:58 -04:00
Clement Tsang
3c373d7129
feature: Add appox. total mem as an option for processes and basic mem
...
Adds a way to display the memory value as a column in the processes widget and the basic memory widget, rather than just the percentage.
2020-08-17 15:41:37 -04:00
Clement Tsang
f3897f0538
feature: Allow sorting by any column
...
This feature allows any column to be sortable.
This also adds:
- Inverting sort for current column with `I`
- Invoking a sort widget with `s` or `F6`. Close with same key or esc.
And:
- A bugfix in regards the basic menu and battery widget
- A lot of refactoring
2020-08-15 20:35:49 -04:00
Clement Tsang
e1a7378386
change: Update macOS config dir
...
Update documentation and program to use the correct config directory as per the dirs package.
2020-08-12 02:15:57 -04:00
ClementTsang
60f4759494
change: Add WASD keys for widget selection movement
2020-08-11 21:19:55 -04:00
ClementTsang
de8460cf9c
docs: Fix README typo [skip travis]
2020-08-11 20:23:23 -04:00
Clement Tsang
d0cc6078df
deps: Update dependencies, drop MSRV
...
Update dependencies to most recent versions if applicable. Refactor to deal with breaking changes. Drop MSRV due to dependency issues, just support stable and later.
2020-08-11 20:22:39 -04:00
Clement Tsang
30bdaa6073
feature: add full command to process widget
...
This PR adds the ability to toggle between the process name and process path. Currently, this uses `P` as the modifier key.
Currently, the longer command names are dealt with by forcefully changing the width of the columns, but this can be handled in a more graceful manner IMO.
2020-08-07 04:29:20 -04:00
allcontributors[bot]
17d351c7eb
docs: update README.md [skip ci]
2020-07-28 02:49:11 +00:00
Clement Tsang
d9a9289508
Merge pull request #176 from svenstaro/patch-1
...
Prefer explicit yay installation command
2020-07-27 22:48:16 -04:00
ClementTsang
777a5fb9f2
docs: update README to mention battery option in config
2020-07-27 22:46:23 -04:00
Sven-Hendrik Haase
fa1ea9bc76
Prefer explicit yay installation command
...
If you run `yay` without `-S` it'll perform a search instead of a direct match.
2020-07-20 21:47:46 +02:00
ClementTsang
58b5c21197
docs: specify that --locked may be required
2020-07-08 16:58:32 -04:00
ClementTsang
4cc403b594
uptick: 0.4.5
...
This patch is just to deal with crates.io not using the correct
Cargo.lock I had intended.
2020-07-08 15:15:16 -04:00
ClementTsang
3564f00f39
docs: update for 0.4.4
2020-07-06 01:09:01 -04:00
ClementTsang
f3ca98fe30
docs: some minor README and CHANGELOG changes
2020-05-20 21:21:49 -04:00
Clement Tsang
cf1d41c83a
feature: add back states to unmerged processes
2020-05-19 17:58:17 -04:00
Clement Tsang
12e4777d97
change: remove slash, change scroll behaviour on cpu
...
- Removal of the old slash-space-to-hide behaviour of CPU widget
- Scrolling onto a specific entry will only show that entry
- Showing average is now default
2020-05-16 22:38:19 -04:00
ClementTsang
2d9d10d8f9
uptick: 0.4.3
2020-05-15 00:00:02 -04:00
ClementTsang
18514e87bb
docs: clarify how README in master may be ahead
2020-05-13 00:16:55 -04:00
Clement Tsang
4831ec3d5c
docs: [skip travis] Update version for clarity
2020-05-12 00:26:56 -04:00
ClementTsang
e47c86a83f
docs: update to 0.4.2
2020-05-11 23:03:50 -04:00
ClementTsang
2124a6e049
docs: update readme a bit to thank more people :)
2020-05-09 14:55:01 -04:00
ClementTsang
cd441eb920
docs: update README to mention 0.5.0
2020-05-08 15:37:09 -04:00
ClementTsang
b253d0153b
change: reallow spaces to represent "and"
2020-05-08 15:34:46 -04:00
Clement Tsang
91bb2aa7fc
docs: fix contributors badge
2020-05-06 23:54:48 -04:00
ClementTsang
4b7ff87c23
docs: clarify line about msrv, force retrigger of travis build
2020-05-05 18:03:15 -04:00
allcontributors[bot]
cf2a2a952b
docs: add HarHarLinks as a contributor ( #147 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs: update badge
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
2020-05-05 17:58:14 -04:00
ClementTsang
453c10e7c5
docs: update README and CHANGELOG for 0.4.1
2020-05-05 17:56:01 -04:00
ClementTsang
38f4967a8a
bug/change: removed space as and for now
2020-05-04 23:44:33 -04:00
ClementTsang
c8afe0d4f8
chore: support MSRV of 1.40.0
2020-05-04 17:45:11 -04:00
Clement Tsang
c458a4d101
docs: update screenshots
2020-05-04 17:23:15 -04:00
ClementTsang
d1ef24165d
docs: more details about search
2020-05-03 00:54:45 -04:00
ClementTsang
1e92eba7ce
docs: clarified point about and vs or
2020-05-03 00:11:57 -04:00
Clement Tsang
5636f86656
docs: fixes an issue with || in code blocks for MD
2020-05-02 23:53:25 -04:00
ClementTsang
73c16e259d
docs: update with search details
2020-05-02 23:46:07 -04:00
ClementTsang
bb45763b39
feature: Add alt-h and alt-l to move left/right within widget
2020-04-30 15:29:36 -04:00
ClementTsang
ecd5a003cf
change: Use e key instead to maximize; rename to expand
2020-04-29 23:52:25 -04:00
ClementTsang
b75eeaea46
docs: update contributor badge
2020-04-29 21:56:44 -04:00
ClementTsang
031bae52f5
docs: Remove old section of README
2020-04-29 00:11:10 -04:00
ClementTsang
19243bfc9f
docs: Add CONTRIBUTING.md
2020-04-29 00:07:09 -04:00
ClementTsang
70779c078d
docs: update help and README for bindings
2020-04-28 22:46:48 -04:00
Clement Tsang
52eb7121c5
docs: mention updating rust for manual build
2020-04-28 17:49:17 -04:00
allcontributors[bot]
ee84d799bf
docs: add andys8 as a contributor ( #137 )
...
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2020-04-28 17:44:30 -04:00
ClementTsang
8e4f6a3a02
feature: add battery flag
2020-04-27 15:56:39 -04:00
ClementTsang
8534d42f1b
refactor: separate state to different file
2020-04-27 13:48:56 -04:00
ClementTsang
3d6ebc5152
docs: update README for some typos and clarity
2020-04-27 13:35:23 -04:00