# tip-files, tickets-in-project
[](https://crates.io/crates/tip-files)
[](https://docs.rs/tip-files)

[](https://nogithub.codeberg.page)
# Install
`cargo install --locked tip-files`
# Run
```
$ tip -h
Tickets in project T.I.P
Usage: tip-files [TIP] [COMMAND]
Commands:
list List all tips, default only open ones [aliases: l]
view View details of a tip [aliases: v]
new New tip, providing title [aliases: n]
remove Deletion of a tip [aliases: r]
open Change the state of a tip to open [aliases: o]
close Change state of a tip to closed [aliases: c]
help Print this message or the help of the given subcommand(s)
Arguments:
[TIP] Specific tip reference
Options:
-h, --help Print help (see more with '--help')
```