CLI interface for Facite built with cobra-cli
- Go 68.9%
- Shell 29.4%
- Makefile 1.7%
|
|
||
|---|---|---|
| .github | workflow | |
| cmd | fix: MinimumNArgs too high | |
| .gitignore | fix up | |
| go.mod | init | |
| go.sum | init | |
| install.sh | feat: installation script | |
| LICENSE | docs: add copyright to 'headers' | |
| main.go | init | |
| Makefile | feat: installation script | |
| README.md | more fixing up | |
facite-cli
A command line interface for Facite, a (soon-to-be) self-hostable, cross-platform and integratable task manager
Install
·
Request feature or report bug
·
(削除) Contributing (削除ここまで)
Getting Started
Installing via the installation script
The installation script requires grep, jq and curl
System-wide installation:
curl https://raw.githubusercontent.com/sheeepdev/facite-cli/master/install.sh | sudo bash -s
Note: Always check bash scripts before running them as sudo. Feel free to check out our installation script, it's safe.
Local installation
curl https://raw.githubusercontent.com/sheeepdev/facite-cli/master/install.sh | bash -s
Compiling
To compile facite you need to have go andgit` installed, and run the following commands:
git clone https://github.com/sheeepdev/facite-cli && cd facite-cli
sudo make install
The binary will now build in the directory, you can move the binary to the /usr/bin directory by running the following command:
sudo mv facite /usr/bin
or for local installation:
mkdir ~/.local/bin
mv facite ~/.local/bin