Clement Tsang and GitHub
1fbe89be8b
docs: bump mkdocs-material to 9.1.3 ( #1070 )
2023-03-17 00:02:20 -04:00
Clement Tsang and GitHub
ea318e83c9
docs: bump mkdocs-material to 9.1.0 ( #1042 )
2023-03-03 05:53:38 -05:00
Clement Tsang and GitHub
2a1c4104fd
other: promote macOS aarch64 to official support ( #1025 )
...
Since I have a macOS M1 laptop to test on now, I think it's a good time
to bump it to be officially supported, especially since it's going
to be the main macOS platform for the foreseeable feature.
2023-02-19 01:12:13 -05:00
ClementTsang
a266dd74ec
docs: update contributing docs/links
2023-02-13 03:35:46 -05:00
Clement Tsang and GitHub
c19f429d35
docs: update changelog and missing doc info ( #1018 )
2023-02-11 02:48:23 -05:00
Clement Tsang and GitHub
88111de941
docs: bump mkdocs-material and mkdocs-material-extensions ( #1013 )
2023-02-05 23:54:24 -05:00
ClementTsang
9ed5df15bb
docs: add script to serve mkdocs locally
2023-02-04 04:58:16 -05:00
Clement Tsang and GitHub
bce95c0d48
docs: update requirements.txt and bump to 3.11 ( #1011 )
2023-02-03 03:25:25 -05:00
Clement Tsang and GitHub
a94a8059da
docs: add docs on process kill, update docs on updating docs ( #1010 )
...
* docs: add some documentation on process term, update captions
* docs on updating docs
2023-02-03 03:05:18 -05:00
ClementTsang
32434932a6
docs: update some packaging/distribution docs with more details
2023-01-26 21:37:09 -05:00
Clement Tsang and GitHub
22e386a38c
other: re-enable disk usage split, update help menu ( #963 )
...
* Revert "other: revert disk usage change for now (#962 )"
This reverts commit d3661c2320 .
* some cleanup
* update help menu
* update screenshot
* update changelog wording
* Remove redundant newlines
* Use type system to ensure help constants match in size
2023-01-19 05:40:34 -05:00
f8db3403af
other: Dynamic battery widget ( #975 )
...
* Added dynamic battery widget
For bottom to know that there are no batteries on the system,
I added the battery::Manager to the options.rs file because
here is the first moment bottom verifies battery configuration
by reading the config file, which may or may not contain the
battery field, but for a better UX, it doesn't matter what bottom
finds in the config file now, if it doesn't retrieve battery data,
it just ignores the battery widget all together.
If needed, it can be adjusted so that if the config file contains
the battery field, it will still show the widget.
* CFG guarding for BATTERY module
I guarded the options.rs in two places for battery module that can be missing in the feature list.
Co-authored-by: RaresCon <RaresCon>
Co-authored-by: NitrogenDev <44950964+NitrogenDev@users.noreply.github.com >
2023-01-15 12:06:42 -05:00
Clement Tsang and GitHub
768ec9cb36
docs: update screenshots for 0.7.1 ( #964 )
2023-01-05 23:45:17 -05:00
Clement Tsang and GitHub
33afeb68c3
docs: make stable docs the default ( #958 )
2023-01-05 21:08:17 -05:00
Clement Tsang and GitHub
07fd2152f4
docs: update changelog + docs for default expansion feature ( #928 )
2022-12-07 04:28:43 -05:00
ClementTsang
541867e5af
docs: clean up command line flag docs
2022-11-22 05:15:15 -05:00
Clement Tsang and GitHub
4f00434210
other: non-normalized process CPU% cleanup and docs ( #910 )
...
* refactor: simplify non-normalized code
* update docs
* appease clippy
* add comment
* unnormalized
* fix issues on non-Linux regarding typos/imports
2022-11-21 05:28:42 -05:00
Clement Tsang and GitHub
50768907ec
feature: add custom retention periods for data ( #892 )
...
* feature: add custom retention periods for data
* docs: update changelog
* docs: update docs
2022-11-13 01:51:10 -05:00
Clement Tsang and GitHub
f41e7cd66d
ci: unify cache keys in actions ( #890 )
...
* ci: unify cache keys in actions
* some docs
* because empty strings are false in JS
* update comment
* fix build cache naming
2022-11-11 23:45:27 -05:00
Clement Tsang and GitHub
938c4ccd52
feature: search paste support ( #881 )
...
* feature: add pasting to search
Supports pasting events to the search bar (e.g. shift-insert, ctrl-shift-v).
* update docs
* clippy
* comment
* Update process.md
* remove keyboard event throttle
* fix issues with cjk/flag characters
2022-11-10 00:40:04 -05:00
Clement Tsang and GitHub
e1be318177
docs: update usage and config, add blurb in home ( #876 )
...
* docs: update usage and config, add blurb in home
* add doc pages to pr template
2022-11-07 23:36:27 -05:00
Clement Tsang and GitHub
76d2e83efa
docs: add a quick blurb on doc site of what bottom is ( #875 )
2022-11-07 02:44:30 -05:00
Clement Tsang and GitHub
2b3c76bf5a
docs: update docs for disk sorting feature ( #871 )
...
* update changelog
* update mkdocs
2022-11-06 02:26:36 -05:00
Clement Tsang and GitHub
4d9f5093b2
feature: basic sortable temp ( #868 )
...
* feature: basic sortable temp
* add shortcuts
* fix missing shortcut names in header
* update changelog
* update docs
2022-11-05 19:32:14 -04:00
Clement Tsang and GitHub
99a353bade
docs: update docs lib versions as of 2022-10-29 ( #857 )
...
Updates the following document building libraries:
- `mkdocs` (1.3.1 -> 1.4.1)
- `mkdocs-material` (8.5.3 -> 8.5.7)
- `mkdocs-material-extensions` (1.0.3 -> 1.1.0)
2022-10-29 04:21:05 -04:00
Justin Martin and GitHub
dd003101a0
enable gpu mem cli and update docs for arc/gpu mem ( #836 )
2022-10-16 00:08:38 -04:00
Clement Tsang and GitHub
c4d164cfe1
docs: update mkdocs-material to 8.5.3 ( #819 )
2022-09-29 02:28:27 -04:00
ClementTsang
10efe75fbd
docs: update some contribution documentation
2022-09-16 05:16:58 -04:00
Clement Tsang and GitHub
c6c7fb3a30
deps: update sysinfo to 0.26.2 ( #806 )
...
* deps: update sysinfo to 0.26.2
This dependency update has some nice things in store for us:
- MacOS M1 temperature support
- Bevy of bug fixes
* update documentation
* some fixes
2022-09-16 04:42:24 -04:00
Clement Tsang and GitHub
5973e6db72
docs: adjust dev doc file structure, add build and deploy docs ( #804 )
...
* docs: add separate section on development
* docs: update instructions on writing docs
* docs: add build and deploy docs
2022-09-12 04:14:19 -04:00
Clement Tsang and GitHub
14808b3a2e
ci: completion/manpage generation script spring cleaning ( #795 )
...
* ci: spring cleaning of completions autogen
This commit changes a few things/cleans up stuff:
- Completion and manpage generation now drops the files off in
`./target/tmp/bottom` rather than arbitrarily in the build directory.
This was originally done because I was lazy and just needed it to work
in CI, but it's kinda gross if you want to build the manpages in your
own directory.
- CI was updated to handle this.
- Only run if the `BTM_GENERATE` env var is actually non-empty.
* docs: update for manpage/completion gen
* ci: auto delete autogen comp/manpage dir
* ci: fix incorrect mv for autogen
The mv was too late, should be earlier in the workflow.
* ci: specify shell in autogen delete
* docs: more updates to manpage/comp docs
* ci: unify env vars
* ci: skip autogen on build-msi
2022-08-30 18:25:16 -04:00
Clement Tsang and GitHub
1d0801ce71
docs: update mkdocs-material to 8.4.0 ( #788 )
2022-08-19 19:07:36 -04:00
ClementTsang
582cd308eb
docs: add half-page scroll shortcut to docs
2022-08-14 17:51:04 -04:00
ClementTsang
83284e2dba
docs: edit docs regarding M1 macOS support
2022-08-13 11:31:29 -04:00
xgdgsc and GitHub
bc74e0b73b
docs: fix dead link ( #771 )
2022-07-26 14:08:03 -04:00
Clement Tsang and GitHub
39f04fb22c
docs: mention FreeBSD works ( #769 )
...
Update some documentation to mention (currently unofficialish) FreeBSD support.
2022-07-24 06:53:34 -04:00
Clement Tsang and GitHub
31bd2ca19f
docs: bump mkdocs to fix markdown breaking exts ( #770 )
...
The markdown Python lib seems to be causing some issues with certain
extensions. Bumping mkdocs to 1.3.1 seems to resolve this issue (the
alternative is pinning markdown to < 8.4.0).
2022-07-24 06:50:52 -04:00
Clement Tsang and GitHub
d3a187b529
docs: bump mkdocs-material to 8.3.9 ( #762 )
2022-07-07 05:30:49 -04:00
Clement Tsang and GitHub
4fa1fc7f58
docs: bump mkdocs-material to 8.3.8 ( #753 )
...
Bumps mkdocs-material to 8.3.8, which contains some bug fixes.
2022-06-24 20:24:40 -04:00
Clement Tsang and GitHub
372659094b
docs: bump mkdocs-material to 8.3.5 ( #751 )
...
Bumps mkdocs-material to 8.3.5 (https://github.com/squidfunk/mkdocs-material/releases/tag/8.3.5 ).
2022-06-15 03:46:48 -04:00
Clement Tsang and GitHub
122373aff7
docs: bump mkdocs-material to 8.3.3 ( #748 )
...
Bumps mkdocs-material to version 8.3.3.
See https://github.com/squidfunk/mkdocs-material/releases/tag/8.3.3 for more details
2022-06-08 21:39:16 -04:00
Clement Tsang and GitHub
c6ae6913fc
docs: bump mkdocs material to 8.2.15 ( #735 )
2022-05-23 20:11:21 -04:00
ClementTsang
45680dafcf
docs: clean up troubleshooting page again
2022-05-07 20:01:11 -04:00
Clement Tsang and GitHub
a26cffce05
docs: update mkdocs-material to 8.2.13 ( #727 )
2022-05-07 19:57:12 -04:00
ClementTsang
c09322fdc2
docs: add even more troubleshooting documentation
2022-05-07 19:48:32 -04:00
ClementTsang
4d507d1793
docs: add more troubleshooting documentation
2022-05-07 19:38:37 -04:00
Clement Tsang and GitHub
08bb933f38
docs: add some search features to mkdocs config ( #704 )
...
Enables some search features for the mkdocs config.
2022-04-11 03:54:21 -04:00
Clement Tsang and GitHub
7c62822732
docs: update mkdocs-material to 8.2.9 ( #701 )
2022-04-10 23:57:42 -04:00
Clement Tsang and GitHub
747497cc8a
docs: mention discussions, fix broken link, update mkdocs req ( #698 )
...
Fixes a broken link, and mention when to use discussions over issues. Also updates mkdocs in the build process due to some broken dependencies.
2022-03-27 21:57:55 -04:00
Clement Tsang and GitHub
61c8bfd574
docs: add a line to feature request docs/template ( #666 )
...
Just adds an extra line to the template/docs to check if an existing issue already exists.
2022-01-29 14:49:41 -05:00