Skip to content
/ hfetch Public

fetch tool in the day, health tracker in the night.

License

Notifications You must be signed in to change notification settings

xfcisco/hfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

hfetch

fetch tool in the day, health tracker in the night.

Current outline for how It'll be used:

# logs workout and meal data in local database (in a hidden file for now) with their 
# times and dates for doing data analysis later in the fetch.
# all exercises have the same options but may be processed differently,
# also options left out are defaulted.

$ hfetch +workout '{
  "interworkout.rest": 10,
  "exercises": {
    "push.up": { "reps": 18, "sets": 4, "rest": 3 },
    "pull.up": { "reps": 14, "sets": 3, "weight": 2, "rest": 4 },
    "inclined.bench.press": { "reps": 5, "weight": 18, "rest": 2 },
    ...
  }
}'
$ hfetch +meal '{ "carbs": 200, "protein": 50 }'
$ hfetch
⠀⠀ ⠀⠀(\__/)⠀⠀⠀⠀⠀     ||||||||||||| info |||||||||||
⠀ ⠀⠀⠀(•ㅅ•)          |||||||||||||||||||||||||||||||||
 ⠀_ ノヽ⠀ノ\_⠀     ||||||||||||||||||||||||||||||||||
 /⠀Y⠀⌒Y⌒⠀Y⠀️   ヽ    ||||||||||||||||||||||||||||||||
(⠀️⠀️⠀️(三ヽ人⠀⠀/⠀ ⠀|   ||||||||||||||||||||||||||||||||||
|⠀️⠀️⠀️ノ⠀¯¯\⠀ ̄ ̄ヽ ノ   |||||||||||||||||||||||||||||||||
ヽ___⠀⠀>、___/    |||||||||||||||||||||||||||||||||
⠀⠀|  (⠀王⠀)〈        ||||||||||||||||||||||||||||||||
⠀⠀/   ミ`——彡  \ 

About

fetch tool in the day, health tracker in the night.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages