38 lines
640 B
Markdown
38 lines
640 B
Markdown
|
# neofeels
|
||
|
|
||
|
a new ttbp client
|
||
|
|
||
|
## building
|
||
|
|
||
|
```
|
||
|
git clone https://git.tilde.town/nbsp/neofeels
|
||
|
cd neofeels
|
||
|
make
|
||
|
```
|
||
|
|
||
|
## roadmap
|
||
|
|
||
|
- [x] main menu
|
||
|
- [x] credits
|
||
|
- [ ] feels browser
|
||
|
- [ ] configuration editor
|
||
|
- [ ] feels publishing
|
||
|
- [ ] graffiti
|
||
|
- [ ] feedback
|
||
|
- [ ] documentation with manpages
|
||
|
|
||
|
nice-to-haves:
|
||
|
- [ ] mouse support
|
||
|
- [ ] image support via sixels
|
||
|
|
||
|
## contributing
|
||
|
|
||
|
contributions are welcome! please feel free to open a PR to add any missing
|
||
|
features. i aim to make neofeels eventually completely-feature complete with
|
||
|
feels.
|
||
|
|
||
|
## license
|
||
|
|
||
|
neofeels is licensed under the MIT license. refer to [the license](LICENSE) for
|
||
|
details.
|