Todo_r is a simple rust command line utility that keeps track of your todo items in code. It is pronounced "todoer" like someone that does todos.
A lot is adapted from leasot but runs much faster.
statement; // TODO: this
is unsupported./* TODO: this */
that stick to one line are supported.-t
flag.-d
flag.| Filetype | Extensions | Comment Types |
|-------------|---------------------|---------------|
|C/C++ |.c
,.h
,.cpp
|//
,/* */
|
|C# |.cs
|//
,/* */
|
|CoffeeScript |.coffee
|#
|
|Go |.go
|//
,/* */
|
|Haskell |.hs
|--
|
|HTML |.html
,.htm
|<!-- -->
|
|Java |.java
|//
,/* */
|
|JavaScript |.js
,.es
,.es6
|//
,/* */
|
|Obj-C/C++ |.m
,.mm
|//
,/* */
|
|Less |.less
|//
,/* */
|
|Markdown |.md
|<!-- -->
|
|Perl |.pl
,.pm
|#
|
|PHP |.php
|//
,/* */
|
|Python |.py
|#
,""" """
|
|Ruby |.rb
|#
|
|Rust |.rs
|//
,/* */
|
|Sass |.sass
,scss
|//
,/* */
|
|Scala |.scala
|//
,/* */
|
|Shell |.sh
,.bash
,.zsh
|#
|
|SQL |.sql
|--
,/* */
|
|Stylus |.styl
|//
,/* */
|
|Swift |.swift
|//
,/* */
|
|TeX |.tex
|%
|
|TypeScript |.ts
,.tsx
|//
,/* */
|
|YAML |.yaml
,.yml
|#
|
written by Lavi Blumberg