pauby / PsTodoTxt

This is a PowerShell CLI to the Todo.txt todo file format with some PowerShell like features.
MIT License
3 stars 3 forks source link
hacktoberfest powershell powershell-modules todotxt

PsTodoTxt

This is a PowerShell CLI to the Todo.txt todo file format with some PowerShell like features.

Goal

The goal of this project is to create a command line interface to todo.txt.

Todo.txt Components

Each todo is split into parts and is stored as an PSCustomObject as properties with the names as shown below:

More details can be found on the Todo.txt Format page.

Configuration format

See module help file.

TODO

Nothing yet - not released version 1 yet!

References

Contributing

Pull requests are very welcome! Make sure your patches are well tested. Ideally create a topic branch for every separate change you make. For example: