19 lines
274 B
Markdown
19 lines
274 B
Markdown
# Main Repo is self-hosted on [Gitea](https://git.kokopi.dev/kokopi/filepass)
|
|
- This is a mirror
|
|
|
|
# Filepass
|
|
|
|
Originally hacked with bash, re-written in golang into a TUI.
|
|
|
|
## Installation
|
|
|
|
```
|
|
./build.sh
|
|
|
|
# restart shell or w.e
|
|
# should be able to just run:
|
|
|
|
filepass
|
|
```
|
|
|