File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 22name = " dotsec"
33version = " 0.1.0"
44edition = " 2024"
5+ repository = " https://github.com/junhsonjb/dotsec"
6+ readme = " README.md"
7+ license = " MIT OR Apache-2.0"
8+ description = " a lightweight CLI tool for locally managing secrets"
9+ categories = [" command-line-utilities" ]
10+ keywords = [
11+ " dotfiles" ,
12+ " security" ,
13+ " secrets" ,
14+ " tool" ,
15+ ]
516
617[[bin ]]
718name = " ds"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cargo run -- <command> <args>
3434
3535This is a lot to type. The project is planned to be published in the short-term, but in the meantime we can use an alias as a workaround:
3636``` bash
37- alias dotsec =" cargo run --"
37+ alias ds =" cargo run --" # `ds` is the name of the binary
3838```
3939Run the above line, or add it to your ` bashrc ` (or the config for whichever shell you use) to make it persistent.
4040
You can’t perform that action at this time.
0 commit comments