Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denniscual/track-tasks
:neckbeard: Tracking tasks in your project repo makes easy using track-tasks tool.
https://github.com/denniscual/track-tasks
Last synced: 19 days ago
JSON representation
:neckbeard: Tracking tasks in your project repo makes easy using track-tasks tool.
- Host: GitHub
- URL: https://github.com/denniscual/track-tasks
- Owner: denniscual
- Created: 2018-06-02T13:11:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T08:39:58.000Z (over 6 years ago)
- Last Synced: 2025-01-13T14:51:23.829Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## track-tasks
A command line tool where it will display all the files , in recursive way, that includes special commented text - **TODO** and **FIXME**. It uses [Glob Pattern](https://www.npmjs.com/package/minimatch) to match files.*Note: You need to have installed Node 6+.*
## Install
```bash
npm install --global track-tasks
```## Usage
![Alt Text](https://media.giphy.com/media/8mBV2Aqq0RfhXeQCgl/giphy.gif)
#### TODO
Displaying the TODO tasks```bash
tasks todo [glob pattern]
```#### FIXME
Displaying the FIXME tasks```bash
tasks fixme [glob pattern]
```## Changelog
This project adheres to [Semantic Versioning](http://semver.org/).
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/denniscual/find-text/releases) page.## License
[MIT](https://opensource.org/licenses/MIT)