fw icon indicating copy to clipboard operation
fw copied to clipboard

workspace productivity booster

Results 10 fw issues
Sort by recently updated
recently updated
newest added

- 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...

enhancement
configuration

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...

FKBR
configuration

- 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...

documentation

``` 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...

bug

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...

Would help a lot to set `override-path` for go projects

enhancement

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...

configuration

* Remove aliases as they don't make much sense anymore * Allow `fw ` (interpreting that path as relative or absolute)

enhancement
FKBR

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...

enhancement