Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tennashi/pj
https://github.com/tennashi/pj
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tennashi/pj
- Owner: tennashi
- License: mit
- Created: 2021-05-04T09:27:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T14:02:45.000Z (over 3 years ago)
- Last Synced: 2024-06-21T12:50:14.688Z (7 months ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change.go
- License: LICENSE
Awesome Lists containing this project
README
# pj [![Actions status](https://github.com/tennashi/pj/workflows/test/badge.svg)](https://github.com/tennashi/pj/actions)
A tool for managing units of your work## Usage
```
NAME:
pj - A tool for managing units of your workUSAGE:
pj [global options] command [command options] [arguments...]COMMANDS:
list List projects
get Get the project with the specified name
init Initialize the project
change Change the current project to the specified project
current Get the current project
workspace Subcommands for managing workspaces
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--data-dir value specify the path to store the projects file (default: $XDG_DATA_HOME/pj) [$PJ_DATA_DIR]
--output value, -o value specify the output format (one of: json) (default: "")
--help, -h show help (default: false)
```## License
MIT