SkillAgentSearch skills...

Gititude

add latitude and longitude to your git commits

Install / Use

/learn @max-mapper/Gititude
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gititude

add latitude and longitude to your git commits

if you use gititude commit instead of git commit then you will get get git tags automatically added to your commits that contain your latest latitude and longitude

install

npm i gititude -g

usage

gititude

  set    (--lat --lon --date)     manually add a new location to the log
  update                          try to set new latest location automatically
  list                            list all logged locations (stored in ~/.config)
  latest                          get latest location

you have to run either gititude set or gititude update to update your latest location

on Mac you can use the Monu application and the run-every module to do this in the background: run-every 600 bash -c "gititude update || true"

then you can use gititude commit and it will automatically tag your commit with your latest location using git tags

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated5y ago
Forks1

Languages

JavaScript

Security Score

60/100

Audited on Jan 13, 2021

No findings