Uptop Versions Save

A terminal client for Up Bank written in Haskell ⚡.

v0.2

3 years ago

0.2 -- 2020-10-11

  • Add help screen
  • Implemented background thread for requests
  • Transaction viewport is now based on the selected account

See README for instructions.

If you encounter this error,

error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

installing libncurses5 on Ubuntu solves the problem.

# apt-get update
# apt-get install libncurses5

v0.1

3 years ago

See README for installation details.