norikae
Transit info from command line. It scrapes transit info from
https://transit.yahoo.co.jp and print the route
detail to terminal.
Installation
Binary
Download a binary at releases page.
From source
Go 1.23.8 or higher is required.
By installing from source, it also installs a manual which you can read with man norikae
.
git clone https://codeberg.org/s10a/norikae
cd norikae
make
sudo make install
Usage
Specify the departure station with -f
option and destination station with
-t
option.
norikae -f 大阪 -t なんば
License
GNU General Public License v3.0 or later