summaryrefslogtreecommitdiffstats
path: root/docs/content
AgeCommit message (Collapse)Author
2023-05-09docs: update process config docs (#1142)Clement Tsang
2023-05-09bug: fix certain custom column combinations causing issues (#1140)Clement Tsang
* docs: update some docs related to processes * bug: temp bandaid on column feature to avoid dupes issue
2023-05-07docs: update help section of docs (#1139)Clement Tsang
* docs: update help section of docs a bit * update
2023-05-07docs: update docs with processes column (#1138)Clement Tsang
2023-05-06other: disable logging when building with default features (#1133)Clement Tsang
* other: disable logging when building with default features * update docs
2023-04-29feature: add customizable process columns (#1115)Clement Tsang
* feature: add customizable process columns * Add some tests and actual logic * more tests * update changelog * update config field * even more tests * update documentation * more testing
2023-04-19feature: add current battery charging state, update field names (#1106)Clement Tsang
2023-04-12feature: add buffer and cache memory (#1063)Twan Stok
* First implementation of cache memory data collection, mostly copied from RAM and swap implementations * First implementation of cache memory display, copied from RAM and swap implementations. placed cache as second in the list as it is more similar to the RAM than any other item in the list * expanded comment to explain method. * rustfmt * all cache-related code excluded on windows, in the process refactored src/data_conversion.rs convert_mem_label() to convert a single label instead of all at once * better factoring-out of cache memory logic to allow individual disabling * added --enable_cache_memory flag, disabled cache memory collection by default * renamed CCH to CHE not sure how i messed that up * changelog updated * Added command line flag documentation * updated config file documentation * specified that buffer and cache memory display does not work on windows * resolved merge conflicts * added documentation to cache memory data collection * capitalized Windows * implemented missing canvas styling logic * fixed misplaced no-windows flag * reduced colour collisions, as cache colour was the same as the first GPU colour * made FIFTH_COLOUR constant windows-only * Revert "made FIFTH_COLOUR constant windows-only" This reverts commit 72698f1dd7e2de7dbda843708ece6a3dba66f94f. * made FIFTH_COLOUR constant non-windows-only * minor fix for basic mode row count * Update src/app/data_harvester/memory/sysinfo.rs Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> * Update src/canvas/widgets/mem_basic.rs Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> * updated default_config.toml * formatting --------- Co-authored-by: ClementTsang <34804052+ClementTsang@users.noreply.github.com>
2023-03-29docs: update font issue troubleshooting headerClementTsang
2023-03-29docs: add mention for braille font issues on Linux (#1080)Clement Tsang
2023-02-19other: promote macOS aarch64 to official support (#1025)Clement Tsang
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-13docs: update contributing docs/linksClementTsang
2023-02-11docs: update changelog and missing doc info (#1018)Clement Tsang
2023-02-03docs: update requirements.txt and bump to 3.11 (#1011)Clement Tsang
2023-02-03docs: add docs on process kill, update docs on updating docs (#1010)Clement Tsang
* docs: add some documentation on process term, update captions * docs on updating docs
2023-01-26docs: update some packaging/distribution docs with more detailsClementTsang
2023-01-19other: re-enable disk usage split, update help menu (#963)Clement Tsang
* Revert "other: revert disk usage change for now (#962)" This reverts commit d3661c23200a66c7dc01f4e534d8d7e97dc188d2. * 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-15other: Dynamic battery widget (#975)RareČ™ Constantin
* 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-05docs: update screenshots for 0.7.1 (#964)0.7.1Clement Tsang
2022-12-07docs: update changelog + docs for default expansion feature (#928)Clement Tsang
2022-11-22docs: clean up command line flag docsClementTsang
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
* refactor: simplify non-normalized code * update docs * appease clippy * add comment * unnormalized * fix issues on non-Linux regarding typos/imports
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
* feature: add custom retention periods for data * docs: update changelog * docs: update docs
2022-11-11ci: unify cache keys in actions (#890)Clement Tsang
* ci: unify cache keys in actions * some docs * because empty strings are false in JS * update comment * fix build cache naming
2022-11-10feature: search paste support (#881)Clement Tsang
* 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-07docs: update usage and config, add blurb in home (#876)Clement Tsang
* docs: update usage and config, add blurb in home * add doc pages to pr template
2022-11-07docs: add a quick blurb on doc site of what bottom is (#875)Clement Tsang
2022-11-06docs: update docs for disk sorting feature (#871)Clement Tsang
* update changelog * update mkdocs
2022-11-05feature: basic sortable temp (#868)Clement Tsang
* feature: basic sortable temp * add shortcuts * fix missing shortcut names in header * update changelog * update docs
2022-10-16enable gpu mem cli and update docs for arc/gpu mem (#836)Justin Martin
2022-09-16docs: update some contribution documentationClementTsang
2022-09-16deps: update sysinfo to 0.26.2 (#806)Clement Tsang
* 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-12docs: adjust dev doc file structure, add build and deploy docs (#804)Clement Tsang
* docs: add separate section on development * docs: update instructions on writing docs * docs: add build and deploy docs
2022-08-30ci: completion/manpage generation script spring cleaning (#795)Clement Tsang
* 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-14docs: add half-page scroll shortcut to docsClementTsang
2022-08-13docs: edit docs regarding M1 macOS supportClementTsang
2022-07-26docs: fix dead link (#771)xgdgsc
2022-07-24docs: mention FreeBSD works (#769)Clement Tsang
Update some documentation to mention (currently unofficialish) FreeBSD support.
2022-05-07docs: clean up troubleshooting page againClementTsang
2022-05-07docs: add even more troubleshooting documentationClementTsang
2022-05-07docs: add more troubleshooting documentationClementTsang
2022-03-27docs: mention discussions, fix broken link, update mkdocs req (#698)Clement Tsang
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-01-29docs: add a line to feature request docs/template (#666)Clement Tsang
Just adds an extra line to the template/docs to check if an existing issue already exists.
2021-12-31docs: add section on WSL in Linux known issues, update links (#653)Clement Tsang
Update support links in documentation; add section on WSL in Linux known issues.
2021-12-27feature: add basic page up/down scrolling (#646)Clement Tsang
Adds page up/down scrolling support to respectively scroll up/down by a full page. Note that this is mostly just to get the feature out for those interested, and is admittedly a bit rushed - I will be rewriting all logic involving event handling as part of state refactor anyways, so this will also get changed in the work done there, and therefore, I kinda just sped through this.
2021-12-22docs: Update mkdocs file layout and config (#642)Clement Tsang
Updates some settings regarding mkdocs. Main changes: * Separate out support into two separate pages * Move ToC as part of navigation
2021-12-22ci: Use commit hash for some actions to pin them (#641)Clement Tsang
Pins some actions using a specific commit hash.
2021-12-19docs: revert CFP for now (#633)Clement Tsang
There were some weird interactions that I'm not sure about (like if you do bottom.pages.dev/asdf/ it infinitely redirects...?), so I'll revert for now.
2021-12-19docs: try switching over to Cloudflare Pages (#632)Clement Tsang
I would prefer for the project to not be under clementtsang.github.io/bottom, so let's try out CFP.
2021-11-27docs: change contribution wording in docs page a bit (#614)Clement Tsang
Tiny wording changes.