fw
fw copied to clipboard
workspace productivity booster
- user has to add an `fw.toml` file to the repo: ```toml tags = ["a", "b"] ``` - when adding the repo via `fw add ... --trusted` the project gets...
Enable repositories to bring their own labels in the form of a `fw.toml` file: ```toml tags = ["nvm", "project-a"] ``` Don't know yet if we should add the predefined tags...
- add some more use cases for the individual parts of fw - more in depth explanation of the building blocks (e.g. tags) - Restructure it a bit, maybe us...
``` fw add --help fw-add Add project to config USAGE: fw add [OPTIONS] [--] [NAME] ... ``` then: ``` fw add -t rust [email protected]:chevdor/fw.git ``` ``` error: The following required...
I personally like keeping my projects in a nested directory. For example, if I'm working on a project `foo`, then the git repo would be cloned at `~/dev/foo/foo`. With this...
The `fw` import feature supports API imports. Currently the token is plain text. It would be nice to support password encrypted tokens and prompt the user when the import feature...
* Remove aliases as they don't make much sense anymore * Allow `fw ` (interpreting that path as relative or absolute)
The shell completions don't match exactly when it comes to options for the different subcommands and their switches. The task would be to check the `clap` app and adjust the...