25 lines
507 B
Markdown
25 lines
507 B
Markdown
# freed
|
|
|
|
A unique feed aggregator and bookmarking service that tries to free you from too much content. Currently only a CLI program, but I plan to add a web server and frontend in the future. In active development.
|
|
|
|
## Installation
|
|
|
|
The easiest way to install the program is by using `go install`:
|
|
|
|
```sh
|
|
go install ...
|
|
```
|
|
|
|
## Usage
|
|
|
|
...
|
|
|
|
## Commands
|
|
|
|
...
|
|
|
|
## TODO
|
|
|
|
- [ ] Document usage after commands are set up
|
|
- [ ] Decide on and document installation process
|
|
- [ ] Add command documentation to README
|