1
0
mirror of https://github.com/orhun/kmon synced 2024-07-08 20:06:03 +00:00
Commit Graph

1520 Commits

Author SHA1 Message Date
orhun
533d87e1ad
doc: Update the release instructions 2021-07-16 23:13:11 +03:00
orhun
e87b15f4c0
chore: Upgrade dependencies 2021-07-16 19:10:20 +03:00
orhun
2e8331a62c
fix: Fix clippy lints 2021-07-16 19:03:09 +03:00
orhun
05ebb7451e
refactor: Update tui to 0.15.0 2021-07-16 18:52:20 +03:00
orhun
57bf544f43
chore: Prepare for the release v1.5.3 2020-12-15 02:12:56 +03:00
orhun
779c5d1cac
fix: Install X11 dependencies for crates.io release 2020-12-15 02:12:00 +03:00
orhun
5e11c84a4e
chore: Prepare for the release v1.5.2 2020-12-15 01:59:12 +03:00
orhun
eea6acd93e
chore: Use args for check command arguments in CI workflow 2020-12-15 01:37:32 +03:00
orhun
642ffbaa7b
doc: Add repology badge to README.md 2020-12-15 01:33:20 +03:00
orhun
b06123421f
chore: Add --locked flag to check command in CI workflow 2020-12-15 01:31:00 +03:00
orhun
6e83509005
chore: Add strategy to CD workflow for different targets 2020-12-15 01:29:14 +03:00
orhun
d34d7a6a36
chore: Remove rustup component installation from CI workflow 2020-12-14 22:45:30 +03:00
orhun
3514e4ef0a
chore: Add codecov.yml 2020-12-14 22:39:47 +03:00
orhun
56d0a3b736
chore: Update Dockerfile about dependencies 2020-12-14 22:36:45 +03:00
orhun
1f73fd7070
doc: Update README.md about copyright information 2020-12-14 21:59:24 +03:00
orhun
2f3b7633b2
doc: Move Docker section to installation in README.md 2020-12-14 21:58:58 +03:00
orhun
f916744e42
chore: Remove snapcraft.yaml 2020-12-14 21:32:52 +03:00
orhun
245136bb68
chore: Update image versions in Dockerfile 2020-12-14 21:30:38 +03:00
orhun
a98bb664f6
chore: Update Cargo.toml about project details 2020-12-14 21:22:20 +03:00
orhun
a0ef9d1484
doc: Update CHANGELOG.md about #24 2020-12-14 21:20:31 +03:00
Orhun Parmaksız
1ee5408533
Merge pull request #25 from Strykar/patch-2
Update kmon.8 to include string "kmod"
2020-12-14 21:15:35 +03:00
Avinash H. Duduskar
050e75b895
Update kmon.8 to include string "kmod"
Added string "(kmod)" to manual to enable searching for the program's name via apropos / man -k on Linux.
Minor grammar cleanup - removed two unnecessary Definite Article's in the same sentence.
2020-12-10 09:58:34 +05:30
orhun
9f72e4e829
chore: Upgrade tui-rs to 0.9.0 2020-10-09 15:30:34 +03:00
orhun
5b3e69f8ae
doc: Update README about AUR installation step 2020-10-09 14:51:50 +03:00
orhun
2c747049b2
doc: Remove AUR from release instructions 2020-10-09 14:50:04 +03:00
orhun
964b937401
chore: Remove AUR publish step from CD workflow 2020-10-09 14:47:12 +03:00
orhun
7b11726f50
chore: Update CHANGELOG about 1.5.1 release 2020-10-09 14:44:17 +03:00
orhun
a21a017645
chore: Update the profiles in Cargo.toml 2020-10-09 14:42:44 +03:00
orhun
9684752221
chore: Upgrade the colorsys dependency 2020-10-09 14:41:28 +03:00
orhun
000a8812bd
Merge pull request #23 from mdevlamynck/fix-cli-parse-test
Avoid actually parsing cli during tests
2020-10-09 14:22:29 +03:00
Matthias Devlamynck
975741b0a0 Update CHANGELOG and bump version 2020-10-01 12:44:19 +02:00
Matthias Devlamynck
ff07b596ec Avoid actually parsing cli during tests to avoid side effects and conflicts with rust libtest 2020-10-01 11:21:46 +02:00
orhun
84632a6796
chore: Prepare for the release v1.5.0 2020-08-27 18:13:09 +03:00
orhun
370f764690
chore: Update the release profile about LTO 2020-08-27 18:12:13 +03:00
orhun
18b8bc1a19
chore: Upgrade Cargo dependencies 2020-08-27 18:05:10 +03:00
orhun
e92bdcf6ac
doc: Update the AUR installation step in README.md 2020-08-27 17:55:28 +03:00
orhun
c23394fcb7
chore: Remove the AUR binary package publish step from CD workflow 2020-08-27 17:49:34 +03:00
orhun
b76594bfeb
feat: Add ctrl-x key for changing the position of a block 2020-08-14 17:32:39 +03:00
orhun
e00a70fe8f
fix: Use the default colors if the accent color is not provided 2020-08-08 20:37:06 +03:00
orhun
6685cb9f6c
feat: Add alt-e/s key bindings to expand/shrink the blocks 2020-08-08 20:23:33 +03:00
orhun
83e8e0167b
chore: Update CHANGELOG about release dates 2020-08-06 00:59:09 +03:00
orhun
fbf949ab27
fix: Fix the percentage overflow in module table 2020-08-06 00:51:41 +03:00
orhun
cf63e7033b
chore: Update CHANGELOG about 1.4.0 release 2020-08-05 03:02:54 +03:00
orhun
bf99a4288f
doc: Update README about changing the accent color 2020-08-05 03:02:11 +03:00
orhun
635b73af7f
doc: Update the manual page about accent color 2020-08-05 03:00:09 +03:00
orhun
c4f6039d8a
test: Update style module tests about accent-color 2020-08-05 02:59:32 +03:00
orhun
648d933dbd
refactor: Create get_color function in Style for parsing colors 2020-08-05 02:56:41 +03:00
orhun
a6eb0f15c1
Merge pull request #21 from muttleyxd/add-accent-color
Add accent-color option
2020-08-05 02:16:57 +03:00
Mateusz Szychowski (Muttley)
60cc86a0c7 Add accent-color option
Allows to pick default text color
2020-07-31 10:11:35 +02:00
orhun
e8196c90b4
chore: Update the AUR binary release steps in CD workflow 2020-07-30 21:17:39 +03:00