1
0
Fork 0
mirror of https://github.com/archtechx/todo-system.git synced 2025-12-12 09:04:03 +00:00
todo-system/samples
2025-09-13 20:23:49 +02:00
..
1.ts Ignore colons (fix #2) 2024-03-13 20:35:48 +01:00
2.rs support scanning todo!() Rust macros 2023-12-11 11:09:02 +01:00
README.md fix: handle lines starting with # in md files better 2025-09-13 20:23:49 +02:00
todo.md fix: handle lines starting with # in md files better 2025-09-13 20:23:49 +02:00

Some project

foo

bar

Some section

abc

def

  • foo
    • baz
  • baz

TODOs

  • abc
    • todo0 def
    • todo00: ghi
  • bar
    • baz

Another section

  • abc
  • def
    #!/bin/bash
    
    # call foo with bar argument
    foo bar
    #comment without space
    

#Example script:

#!/bin/bash

# call foo with bar argument
foo bar

#comment without space