Skip to content

dariubs/age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

age

Calculate your age in command line.

install

  1. Clone the repository to "$HOME/.age".
git clone https://github.com/dariubs/age.git $HOME/.age
  1. Append age to PATH. $HOME/.bashrc for bash and $HOME/.zshrc for zsh
export PATH="$HOME/.age:$PATH"

usage

  1. set your birthdate in yyyymmdd format
age -b 19930807
  1. get your age
age

:)

About

age command: calculate your age in command line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages