This commit is contained in:
stacksmith 2022-03-04 17:44:31 -05:00
parent 42d5556630
commit 4447d17e7d
1 changed files with 3 additions and 0 deletions

View File

@ -8,9 +8,12 @@ WIP!
On the surface it is just a simplistic browser. Internally, an immutable logbase tracks every spartan URL ever encountered, assigning 4-character sigils for display and access. Sigils may be used instead of the URLs they represent, and are much easier to memorize, type in, or otherwise keep track of. The database acts as a URL-shortener, a bookmark system, and a history log.
This project is built around the principles of Whinam software: an immutable datalog with indices. For more information about Whinam technologies and practices, visit the Gemini [Whinam Archive](gemini://gemini.ctrl-c.club/~stack/whinam/index.gmi)
## Usage
`spa <url>` to visit a spartan URL
`spa <sigil>` to visit a sigil
Currently, the output is sent to the terminal, after generating appropriate sigils. Further navigation using sigils is now possible by re-invoking spa.