add:remove server config func

This commit is contained in:
2026-04-06 03:36:51 +09:00
parent 83aab9d943
commit 9e9134f659
6 changed files with 113 additions and 1 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# 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
```