Commit Graph

65 Commits

Author SHA1 Message Date
Chris Titus 8ff6898b8b fix sorting 2026-05-21 16:35:44 -05:00
titus f31ea70e37 release 2026-03-05 22:00:40 -06:00
Chris Titus 3bb64c3f7b update publish script (#1203) 2026-02-06 19:34:36 -06:00
Chris Titus f19b831ddc update version 2026-01-22 13:11:45 -06:00
Chris Titus cd620d0a65 update cargo sort workspace 2026-01-22 13:07:11 -06:00
Abs 62018c7844 Linutil New design (#1176)
Check for typos / check-typos (push) Has been cancelled
XTask Checks / DocGen (push) Has been cancelled
* New theme & design

* Fix shellcheck assignment spacing

* Fixed system_info file

* Fixed Cargo fmt

* add ctt logo

* update version and fmt

* update docs with xtask

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2026-01-22 12:37:38 -06:00
Chris Titus ac962f49e9 arc-raiders update 2025-12-18 14:41:21 -06:00
Chris Titus f0f7c7642b update to include publish version checks (#1169)
* update to include publish version checks

* update docs

* Fix sorting and error checks
2025-12-10 16:00:52 -06:00
Chris Titus 8a9da3de6c omarchy fix to stock dhh install script 2025-09-29 13:36:52 -05:00
titus 60204ce983 f76 build
Check for typos / check-typos (push) Has been cancelled
2025-09-12 21:17:24 -05:00
Chris Titus a89f6ef6c5 fix scripts error in dwm setup 2025-09-09 13:42:44 -05:00
titus b7305d8498 publish 25.8.21 2025-08-19 12:50:48 -05:00
titus 28ada7aa20 update again 2025-08-19 11:27:45 -05:00
titus 70b58df92e fix arch server setup
Check for typos / check-typos (push) Has been cancelled
2025-08-19 11:12:40 -05:00
titus 58b3d4ac40 new version 2025-08-14 13:07:38 -05:00
titus 18cf40a061 fix sorting
Check for typos / check-typos (push) Has been cancelled
2025-08-14 12:36:04 -05:00
titus 4468f3cd20 update version
Check for typos / check-typos (push) Has been cancelled
2025-08-12 10:44:15 -05:00
titus 92e0c1b783 omarchy update 2025-08-11 12:40:56 -05:00
Chris Titus e4cfaca2f7 publish
Check for typos / check-typos (push) Has been cancelled
2025-07-18 11:16:51 -05:00
Chris Titus 963ec33db2 version update
Check for typos / check-typos (push) Has been cancelled
2025-06-27 12:48:23 -05:00
Chris Titus 232b45e6a6 update version
Check for typos / check-typos (push) Has been cancelled
2025-02-13 15:22:07 -06:00
Adam Perkowski 50e9827d5b chore(release): prepare for 25.1.10 (#991) 2025-01-10 13:09:54 -06:00
Jeevitha Kannan K S fa69885b6c Use vt100-ctt instead of patching the dep (#952)
Thanks @a-kenji
2024-11-16 15:07:22 -06:00
Adam Perkowski 2dabb934f7 fix: crate cache & versions (#949) 2024-11-14 17:30:48 -06:00
Liam 980365f7c9 refactor: Re-export ego-tree dependency from linutil core (#811)
* refactor: Export ego-tree from linutil core, rather than workspace

* refactor: Improve code formatting

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-11-07 13:00:34 -06:00
Adam Perkowski 01d571fc9e 📔 docs: auto generation (#784)
* remove contributing guidelines duplicate

`docs/contributing.md` is now auto generated

* Commit Contributing Guidelines

* core `xtask` functionality

* almost there

* write panic

* almost almost there

* there.

* remove empty descriptions

* better contributing.md comment

* Commit Contributing Guidelines

* remove entries without descriptions

---------

Co-authored-by: adamperkowski <adamperkowski@users.noreply.github.com>
2024-10-08 16:12:47 -05:00
Adam Perkowski 3c4a5dcecd vt100 patches (#743)
Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
2024-10-02 16:47:27 -05:00
Adam Perkowski 2d4c9aa8e3 bump crates to 24.9.28 (#693) 2024-09-30 17:05:05 -05:00
Chris Titus f89c71c9df new release 2024-09-22 22:54:31 -05:00
Chris Titus d7fba1dedd fix version 2024-09-22 18:32:26 -05:00
Chris Titus fbf2f454d1 update ver 2024-09-22 14:58:46 -05:00
Chris Titus fb799b4690 update version 2024-09-22 14:18:05 -05:00
Adam Perkowski 216f1a4836 Restructure the crates (#549)
GitHub Pages Deploy / build-and-deploy (push) Has been cancelled
* BIG CHANGES

* core metadata

* Added readme.md to the package

* Moved the crate back to tui

Co-authored-by: Liam <lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-19 19:09:53 -05:00
Liam 82b89efdb2 Merge remote-tracking branch 'upstream/main' into restructure_linutil 2024-09-11 15:21:50 -07:00
Chris Titus e5f324caa7 Merge branch 'main' into pr/adamperkowski/271 2024-09-10 15:51:57 -05:00
Chris Titus bc8b19962b update ratatui and cargolock 2024-09-10 15:21:59 -05:00
Liam 87869593a5 refactor: Split linutil into TUI and Core crates 2024-09-05 23:37:05 -07:00
Adam Perkowski b1738f555e Bumped ratatui & crossterm to v0.28.1
Changes made:
- updated `frame.set_cursor()` to `frame.set_cursor_position()`, since `set_cursor` is [deprecated](https://github.com/ratatui/ratatui/blob/main/BREAKING-CHANGES.md\#backend-trait-migrates-to-getset_cursor_position-1284)
- updated `frame.size()` to `frame.area()`, since `size` is [deprecated and renamed](https://github.com/ratatui/ratatui/blob/main/BREAKING-CHANGES.md\#framesize-is-deprecated-and-renamed-to-framearea)
- performed a clean build to avoid any possible issues
2024-09-06 00:33:35 +02:00
Chris Titus 80274117ac Merge pull request #178 from SoapyDev/issue_170_improve-speed
Reduce the weight of the produced binary for faster start time
2024-09-04 17:09:33 -05:00
Chris Titus 63b89dafee Merge pull request #221 from lj3954/compile_date
feat: Display build date to user, rather than current date
2024-09-02 16:59:26 -05:00
Liam 664efcde9d feat: Display build date to user, rather than current date 2024-09-02 13:55:40 -07:00
Chris Titus 91cb806c22 Merge branch 'main' into refactor_search 2024-08-28 20:44:53 -05:00
Chris Titus 13b8f2f615 Merge pull request #179 from ChrisTitusTech/dependabot/cargo/clap-4.5.16
Bump clap from 4.5.13 to 4.5.16
2024-08-28 20:27:33 -05:00
dependabot[bot] c9766c835f Bump which from 6.0.2 to 6.0.3
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.2...6.0.3)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 19:57:02 +00:00
Liam 388c073116 refactor: Move search and filter logic to a separate module 2024-08-21 09:46:59 -07:00
Soapydev ad91d291e9 Set the optimisation for performance rather than size
Signed-off-by: Soapydev <alexandre.beauchamp.thibault@gmail.com>
2024-08-19 16:49:55 -04:00
dependabot[bot] 9bcac0f7af Bump clap from 4.5.13 to 4.5.16
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.13 to 4.5.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.13...clap_complete-v4.5.16)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 19:28:52 +00:00
Soapydev 8e8f31e2e6 Reduce the weight of the produced binary
Optimise for weight at the expense of compile time, speed and we strip debuging elements

Signed-off-by: Soapydev <alexandre.beauchamp.thibault@gmail.com>
2024-08-19 10:24:25 -04:00
Liam 4fb7fcca7a feat: Add 'command_exists' precondition type 2024-08-16 08:48:09 -07:00
Liam 1d5b1e6676 Replace JSON with TOML 2024-08-14 23:09:31 -07:00