GithubHelp home page GithubHelp logo

hs-task's Introduction

hs-task

hs-task is an in-code task management utility.

Many IDEs and editors contain some form of built-in task management capabilities. Philosophy behind hs-task is to provide a standlone, in-code, task management utility that can be interfaced via command-line, IDEs and editors.

hs-task icludes the command-line utilities task-find and task-crunch (see below for usage).

For IDE/editor integration, the Eclipse sample plugin can be located here.

Note that the project is still in its infancy as it is missing some core parts such as the persistence mechanism that will store the in-code task changes.

Comments, issue reports, patches and feedback are more than welcome!

usage:

task-find [OPTION...] toplevel_dir|file_path

-R	Recurse sub-directories

-f	Filter by file extention

-h	This usage info

task-crunch [OPTION...] raw_task

-o	Output format (plain | html | xml)

-h	This usage info

examples:

To find all tasks in python source files and then output them as plain text run

task-find -R -f .py ~/Development/python/projects/ | task-crunch

Result

@TODO(bug, mlcomp, #alen, #bob): File path iteration fails on deep recursion | added a test case | H, 6 | "/Users/alen/Development/python/billdozr_env/projects/BilldozrML/src/parser/load_data.py", (14,1), Wed Jul 11 13:23:27 SAST 2012
...

And for html output run

task-find -R -f .py ~/Development/python/projects/ | task-crunch -o html > /tmp/task-sample.html

Result

	List of Todo Task's:

		Subject: File path iteration fails on deep recursion
		Action: added a test case
		Label(s): bug, mlcomp
		User(s): alen, bob
		Priority: High
		Time spent: 6
		Source file: /Users/alen/Development/python/billdozr_env/projects/BilldozrML/src/parser/load_data.py
		Line / Column: (14,1)
		File modified: Wed Jul 11 13:23:27 SAST 2012

		...

The cool thing here is that we can use the xml supported output which then can be pulled into any Editor/IDE we can build a plugin for.

See: the Eclipse plugin sample I built (barely alpha).

limitations:

  • Currently, TODO tasks are the only tasks supported.

license:

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

hs-task's People

Contributors

billdozr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.