tip-files 0.1.0

Tickets in project
Documentation
# tip-files, tickets-in-project
[![crates.io](https://img.shields.io/crates/v/tip-files)](https://crates.io/crates/tip-files)
[![docs.rs](https://img.shields.io/docsrs/tip-files)](https://docs.rs/tip-files)
![NOAI](https://img.shields.io/badge/NO-AI-red)
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](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')
```