Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 1.2 KB

README.md

File metadata and controls

76 lines (53 loc) · 1.2 KB

TODOMe

Português

Uso

Instale o 'executável' com o install

$~ chmod +x install
$~ ./install

Depois disso o comando todome estará disponível para uso

$~ todome

Mostrará todos os TODOs nos arquivos da pastal atual

$~ todome -r

Mostrará todos os TODOs nos arquivos da pasta atual e de suas subpastas

$~ todome -i

Mostrará quantos TODOs existem nos arquivos da pasta atual

$~ todome -i -r

Mostrará quantos TODOS existem nos arquivos da pasta atual e subpastas

wtfpl exemplo

English

Use

Install the 'executable' with the install

$~ chmod +x install
$~ ./install

Then the command todome will be avaible

$~ todome

Show all the TODOs in the current folder

$~ todome -r

Show all the TODOs in the current folder and subfolders

$~ todome -i

Show how many TODOs are in the current folder

$~ todome -i -r

Show how many TODOs are in the current folder and subfolders

wtfpl exemplo