Skip to content

Basic money tracker written in Bash that helps tracking your money usage

Notifications You must be signed in to change notification settings

urbao/money-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Tracker

Money Tracker allows you to track your income and expense with simple interface

wallet

Features

  • Used to track daily money flow
  • Type help for all available commands
  • Written in Bash Shell(GNU bash version 5.1.16(1)-release)
  • Only test in Ubuntu 22.04 LTS, and it works

Appendix

  1. global variable in line 4~9 of 'run.sh' can be changed based on your own preference.
  2. all data is recorded and placed in log.txt.
  3. log.txt will automatically pushed to GitHub when operation of append finished for file backup purpose.

Run Locally


Clone the project

  cd ~/Desktop/
  git clone git@github.com:urbao/money_tracker.git


Go to project directory, and remove log.txt

  cd ~/Desktop/money_tracker
  rm log.txt
  touch log.txt


Move desktop file for application, and update application database

  chmod +x ./run.sh money_tracker.desktop
  mv money_tracker.desktop ~/.local/share/applications/
  update-desktop-database ~/.local/share/applications/

Open the application 'money tracker',and you are good to go!

If You Failed to run the application, try followings

  1. Log out or Restart, and see if it works
  2. Run application manually

Unnecessary if above method works

  cd ~/Desktop/money_tracker/
  ./run.sh

Authors

Feedback

If you have any feedback, please reach out to us at zardforever1009@gmail.com

About

Basic money tracker written in Bash that helps tracking your money usage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages