Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
cf7651e
feat: add new field to config, add empty health cmd
LuernOutOfOrder May 9, 2025
92e632c
feat: add health command to display user defined env
LuernOutOfOrder May 12, 2025
3ba070e
feat: add new struct and enum for health_list entry
LuernOutOfOrder May 12, 2025
77c81fd
feat: add partialeq to health entry category enum and enhance health …
LuernOutOfOrder May 12, 2025
e0cc652
feat: add update command using multithreads
LuernOutOfOrder May 13, 2025
8907508
feat: improve multithreadings handling
LuernOutOfOrder May 13, 2025
de7a76c
feat: add blacklist module and add it to update command
LuernOutOfOrder May 14, 2025
6810993
docs: add function and module documentation and handle read_to_string…
LuernOutOfOrder May 14, 2025
e981035
feat: remove exit and replace with return to not break completely the…
LuernOutOfOrder May 14, 2025
4de0b9f
feat: remove unused blacklist module
LuernOutOfOrder May 19, 2025
be2cd4c
chore: bump version to 2.9.0
LuernOutOfOrder May 19, 2025
2a2d980
Merge pull request #133 from LuernOutOfOrder/120-add-a-list-of-comman…
LuernOutOfOrder May 19, 2025
db0f23c
fix: add missing usage for update command
LuernOutOfOrder May 20, 2025
fb53aaf
Update src/main.rs
LuernOutOfOrder May 20, 2025
6cffdcc
Merge pull request #135 from LuernOutOfOrder/134-add-update-command-t…
LuernOutOfOrder May 20, 2025
b050c13
feat: add field in behaviour to save logs in files
LuernOutOfOrder May 30, 2025
ac60c78
feat: add create log file each day
LuernOutOfOrder May 31, 2025
cee884b
refactor: change save_logs default value
LuernOutOfOrder May 31, 2025
e4fe082
refactor: remove unused derive on commands enum and remove unused use…
LuernOutOfOrder May 31, 2025
91a8706
feat: run cargo fmt to format all workspace files
LuernOutOfOrder May 31, 2025
faad598
chore: bump version to 2.10.0
LuernOutOfOrder May 31, 2025
0bf2183
feat: bump config file version to 0.4.0
LuernOutOfOrder May 31, 2025
e32db16
Update src/utils/log.rs
LuernOutOfOrder May 31, 2025
7214090
feat: improve codebase in log level file and add makefile
LuernOutOfOrder May 31, 2025
af9e0d8
Merge pull request #137 from LuernOutOfOrder/136-add-log-files-if-con…
LuernOutOfOrder May 31, 2025
e44edf9
chore: fix all possible clippy warnings
LuernOutOfOrder Jun 2, 2025
16d0f35
chore: fix all remaining clippy warnings
LuernOutOfOrder Jun 2, 2025
aa75c1d
feat(ci): update ci to run cargo clippy and ensure code quality
LuernOutOfOrder Jun 2, 2025
bbe312f
Merge pull request #138 from LuernOutOfOrder/105-fix-all-clippy-warnings
LuernOutOfOrder Jun 2, 2025
85d07f9
fix: panic on pbcopy after fixing warnings
LuernOutOfOrder Jun 2, 2025
386d98c
Merge branch 'develop' into 105-fix-all-clippy-warnings
LuernOutOfOrder Jun 2, 2025
979eee5
chore: bump version to 2.10.1
LuernOutOfOrder Jun 2, 2025
6a95b0c
Merge branch '105-fix-all-clippy-warnings' of github.com:LuernOutOfOr…
LuernOutOfOrder Jun 2, 2025
3ff3e4b
Merge pull request #139 from LuernOutOfOrder/105-fix-all-clippy-warnings
LuernOutOfOrder Jun 2, 2025
2f01c38
feat: add basic config.toml with alias
LuernOutOfOrder Jun 6, 2025
4d16972
feat: add future-incompat-report
LuernOutOfOrder Jun 6, 2025
c3054b8
feat: remove makefile
LuernOutOfOrder Jun 6, 2025
395f6da
Merge pull request #142 from LuernOutOfOrder/141-add-configtoml
LuernOutOfOrder Jun 6, 2025
2672d67
refactor: improve codebase, switch to_string() to to_owned() and remo…
LuernOutOfOrder Jun 6, 2025
fd84380
refactor: change create_new_repo args to use &str
LuernOutOfOrder Jun 6, 2025
5dbf7eb
refactor: change promp_message utils fn to use &str instead of String
LuernOutOfOrder Jun 6, 2025
4c3efa7
refactor: use str::from_utf8 instead of String::from_utf8
LuernOutOfOrder Jun 6, 2025
a72db3a
refactor: remove useless clone to use to_owned()
LuernOutOfOrder Jun 7, 2025
904e408
refactor: remove useless clone and use str::from_utf8 instead of Stri…
LuernOutOfOrder Jun 7, 2025
30ea28c
refactor: remove useless clone and string vec to use more &str or sta…
LuernOutOfOrder Jun 7, 2025
ae3b033
refactor: remove useless clone and string to use &str
LuernOutOfOrder Jun 7, 2025
6274061
refactor: remove useless clone and use more &str in args
LuernOutOfOrder Jun 7, 2025
4012338
refactor: get_select_project_option fn to use static str instead of s…
LuernOutOfOrder Jun 7, 2025
ccd398c
refactor: use &str instead of owned String
LuernOutOfOrder Jun 7, 2025
1494f9f
refactor: lot of things but essentialy the todo function used to upda…
LuernOutOfOrder Jun 7, 2025
4b48abc
refactor: lot of things again but change last to_string to to_owned t…
LuernOutOfOrder Jun 7, 2025
44f5e2b
chore: bump version to 2.10.2
LuernOutOfOrder Jun 7, 2025
160d227
Update src/cleanup/mod.rs
LuernOutOfOrder Jun 7, 2025
270bcfb
feat: add br alias for build --release
LuernOutOfOrder Jun 7, 2025
4a4aa13
Merge branch '140-check-all-codebase-to-optimize-memory-usage' of git…
LuernOutOfOrder Jun 7, 2025
5dcc86a
Merge pull request #143 from LuernOutOfOrder/140-check-all-codebase-t…
LuernOutOfOrder Jun 7, 2025
043431f
Merge branch 'main' into develop
LuernOutOfOrder Jun 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[alias] # command aliases
b = "build"
br = "build --release"
c = "check"
t = "test"
r = "run"
rr = "run --release"
w = "clippy -- -D warnings"
recursive_example = "rr --example recursions"
space_example = ["run", "--release", "--", "\"command list\""]

[future-incompat-report]
frequency = 'always' # when to display a notification about a future incompat report

2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Lint
run: cargo clippy -- -D warnings
151 changes: 101 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nyx"
version = "2.8.0"
version = "2.10.2"
edition = "2021"
authors = ["Elouan DA COSTA PEIXOTO <elouandacostapeixoto@gmail.com>"]
description = "A CLI tool for managing your projects."
Expand Down
Loading
Loading