Commit Graph

37 Commits

Author SHA1 Message Date
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)
* 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
Liam
e73c978d95
feat: Update tabs.rs to use tab data 2024-08-14 13:55:03 -07:00
Liam
c18c76c694
feat: Add logic for runtime tab creation based on JSON data 2024-08-10 19:55:12 -07:00
dependabot[bot]
c6f866bb6c
Bump clap from 4.5.11 to 4.5.13
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.11 to 4.5.13.
- [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.11...v4.5.13)

---
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-05 19:31:17 +00:00
Chris Titus
21e350c37b
Merge pull request #91 from ChrisTitusTech/dependabot/cargo/clap-4.5.11
Bump clap from 4.5.9 to 4.5.11
2024-07-30 15:19:28 -05:00
dependabot[bot]
22dba273cb
Bump clap from 4.5.9 to 4.5.11
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.11.
- [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.9...clap_complete-v4.5.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 20:01:28 +00:00
Andrii Dokhniak
38ec32d5de Added tempdir and include_dir packages 2024-07-28 17:30:07 +02:00
Chris Titus
6ba0e80d7e add title with date 2024-07-18 17:37:31 -05:00
Chris Titus
e3f3ead6f7 fix bin 2024-07-13 18:53:27 -05:00
dependabot[bot]
784f8c7344
Bump ratatui from 0.26.2 to 0.27.0
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.26.2 to 0.27.0.
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ratatui-org/ratatui/compare/v0.26.2...v0.27.0)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-13 22:16:31 +00:00
Chris Titus
f21aabef64
Merge pull request #16 from ChrisTitusTech/dependabot/cargo/clap-4.5.9
Bump clap from 4.5.5 to 4.5.9
2024-07-13 17:16:15 -05:00
Chris Titus
1dec013220
Merge pull request #17 from ChrisTitusTech/dependabot/cargo/tui-term-0.1.12
Bump tui-term from 0.1.11 to 0.1.12
2024-07-13 17:15:53 -05:00
dependabot[bot]
a7230289a1
Bump oneshot from 0.1.6 to 0.1.8
Bumps [oneshot](https://github.com/faern/oneshot) from 0.1.6 to 0.1.8.
- [Changelog](https://github.com/faern/oneshot/blob/v0.1.8/CHANGELOG.md)
- [Commits](https://github.com/faern/oneshot/compare/v0.1.6...v0.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-13 22:05:22 +00:00
dependabot[bot]
83fd652f0e
Bump tui-term from 0.1.11 to 0.1.12
Bumps [tui-term](https://github.com/a-kenji/tui-term) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/a-kenji/tui-term/releases)
- [Changelog](https://github.com/a-kenji/tui-term/blob/development/CHANGELOG.md)
- [Commits](https://github.com/a-kenji/tui-term/compare/v0.1.11...v0.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-13 22:05:17 +00:00
dependabot[bot]
dbee003edf
Bump clap from 4.5.5 to 4.5.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.5 to 4.5.9.
- [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.5...v4.5.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-13 22:05:12 +00:00
Chris Titus
b065faf6eb Initial Update 0.1 2024-06-06 17:56:45 -05:00