Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/intray
GTD Capture tool
https://github.com/norfairking/intray
Last synced: about 2 months ago
JSON representation
GTD Capture tool
- Host: GitHub
- URL: https://github.com/norfairking/intray
- Owner: NorfairKing
- License: other
- Created: 2018-03-12T22:59:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T10:24:47.000Z (8 months ago)
- Last Synced: 2024-05-01T12:37:42.238Z (8 months ago)
- Language: Haskell
- Homepage: https://intray.eu
- Size: 1.33 MB
- Stars: 29
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Intray
## Installation
### Cloning
Clone the repository
``` shell
git clone https://github.com/NorfairKing/intray.git --recursive
```### Building
#### With Nix
A flake is provided in `flake.nix`.
#### With stack
``` shell
stack install intray
```## Configuration
Running `intray --render-reference-documentation` shows the most up-to-date settings and how to configure them.
A home-manager module is provided in the `flake.nix`.