2024-07-26 01:29:17 +00:00
|
|
|
# loggit
|
|
|
|
|
2024-07-26 01:31:59 +00:00
|
|
|
Proto-LogGit app
|
|
|
|
|
|
|
|
Forked from Notes by nickjj: https://github.com/nickjj/notes/tree/master
|
|
|
|
|
2024-07-26 01:35:28 +00:00
|
|
|
### 1 liner to get `loggit` downloaded to `/usr/local/bin`:
|
2024-07-26 01:31:59 +00:00
|
|
|
|
|
|
|
```sh
|
|
|
|
sudo curl \
|
2024-07-26 01:35:28 +00:00
|
|
|
-L https://techpriesthub.xyz/forgejo/terrantechpriest/loggit/raw/branch/main/loggit \
|
|
|
|
-o /usr/local/bin/loggit && sudo chmod +x /usr/local/bin/loggit
|
2024-07-26 01:31:59 +00:00
|
|
|
```
|