Added makefile updated readme
This commit is contained in:
6
Makefile
Normal file
6
Makefile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
make:
|
||||||
|
nim -d:ssl -d:release c toolbox.nim
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp toolbox /usr/local/bin/
|
||||||
|
cp toolbox.desktop /usr/share/applications/
|
||||||
15
README.md
15
README.md
@@ -2,14 +2,21 @@
|
|||||||
|
|
||||||
Pinephone app that can do a bunch of stuff
|
Pinephone app that can do a bunch of stuff
|
||||||
|
|
||||||
|
## Running and Installing
|
||||||
|
|
||||||
|
Can be run for testing with `nim -d:ssl r toolbox.nim`.
|
||||||
|
|
||||||
|
To install properly run `make` and `doas make install`
|
||||||
|
|
||||||
## Current functions
|
## Current functions
|
||||||
|
|
||||||
* Static AC transit predictions
|
* Static AC transit predictions
|
||||||
|
* BART predictions
|
||||||
|
* Static metars
|
||||||
|
|
||||||
## Future functions
|
## Future functions
|
||||||
|
|
||||||
* Fold in bart predictions
|
* dynamic Metar and TAF - do the TZ conversions
|
||||||
* METAR weather
|
|
||||||
* Dynamic AC transit predictions (select route & stop, get time)
|
* Dynamic AC transit predictions (select route & stop, get time)
|
||||||
* TODO
|
* MUNI nextbus
|
||||||
* MUNI times
|
* home assistant
|
||||||
|
|||||||
Reference in New Issue
Block a user