Skip to content

shokai/now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

now command

Install

% git clone https://github.com/shokai/now.git

Usage

% now home
% now
home
% now 'home?'
home ## exit status == 0
% now office
% now
office
% now 'home?'
home ## exit status == 1

with pipe and crontab

0 * * * * now 'home?' &&  say '家にいます'    > /dev/null 2>&1
0 * * * * now 'home?' || (say '家にいません') > /dev/null 2>&1

Releases

No releases published

Packages

No packages published

Languages