summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2020-08-17feature: Add appox. total mem as an option for processes and basic memClement Tsang
2020-08-16refactor: Revert tui upgrade to 0.10Clement Tsang
2020-08-15feature: Allow sorting by any columnClement Tsang
2020-08-11deps: Update dependencies, drop MSRVClement Tsang
2020-07-08uptick: 0.4.5ClementTsang
2020-07-06uptick: 0.4.40.4.4ClementTsang
2020-05-19deps: update typed-builder to 0.6.0ClementTsang
2020-05-16change: remove slash, change scroll behaviour on cpuClement Tsang
2020-05-15uptick: 0.4.3ClementTsang
2020-05-14deps: update sysinfoClementTsang
2020-05-11uptick: 0.4.2ClementTsang
2020-05-10refactor: re-enable tui-rs linear interpolationClementTsang
2020-05-05uptick: 0.4.1ClementTsang
2020-05-04update tests to deal with msrvClementTsang
2020-05-02change: more advanced searching and filteringClementTsang
2020-04-29uptick: 0.4.0ClementTsang
2020-04-28refactor: revert linear interpolation until tui fix comesClement Tsang
2020-04-26cargo: switch to personal fork of tui-rs for now to deal with subtraction bug...ClementTsang
2020-04-18refactor: Update tui to 0.9; refactor with new featuresClementTsang
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-09deps: sysinfo from 0.12.0 to 0.13.0 (#112)dependabot-preview[bot]
2020-04-07uptick: 0.3.0Clement Tsang
2020-04-06refactor/bug: Array bound checking, fix CPU jumpClement Tsang
2020-04-05deps: Upgrade crossterm and sysinfo (#105)Clement Tsang
2020-04-01Add modularity to widget placement and inclusion (#95)Clement Tsang
2020-03-27Update assert_cmd requirement from 0.12 to 1.0 (#94)dependabot-preview[bot]
2020-03-13Cleanup before modularity (#84)Clement Tsang
2020-03-10Update fern requirement from 0.5.9 to 0.6.0dependabot-preview[bot]
2020-03-05Cargo optimization (#65)Clement Tsang
2020-03-05Formatting and typos (#63)Clement Tsang
2020-02-28Move windows to separate dependency.ClementTsang
2020-02-27Uptick crossterm version.ClementTsang
2020-02-27Switch to using unicode_segmentation's cursor as a basis on how we do cursor ...ClementTsang
2020-02-27Fix unicode causing problems with search.ClementTsang
2020-02-25Prune dependencies.ClementTsang
2020-02-25Uptick to 0.2.2Clement Tsang
2020-02-25Fix serde missing derive featureClement Tsang
2020-02-22[skip travis] remove redundant tagClementTsang
2020-02-22Add debian build.ClementTsang
2020-02-22Some doc stuff and edit travis.ClementTsang
2020-02-20Uptick version before patch.ClementTsang
2020-02-20Fix issue with default file paths not being respected; updated default file p...ClementTsang
2020-02-19Update cargo.toml, some todosClementTsang
2020-02-17Change to focus on speed.ClementTsang
2020-02-17Fix issue introduced with last commit on searching.ClementTsang
2020-02-17Some clippy and refactoring.ClementTsang
2020-02-15[skip travis] Update documentation a bit.ClementTsang
2020-02-15Updated heim version.ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang