Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

IvaDey/debrix-cli

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debrix logo

Debrix CLI

Configuration

Debrix supports custom configuration via a YAML file. By default, it looks for a file named .debrix.yml in the project root. You can also provide a custom path using the --config flag.

Field Type Default Description
pattern String[] ['todo'] A list of TODO patterns to search for in source files
outFile String TODO.md The output file path for the generated TODO list relative to the root
language String en The language for CLI messages and generated output
layout String plain Output layout format
exclude String[] - .git
- .idea
- .vscode
- node_modules
- dist
- build
- out
- bin
- vendor
- third_party
- venv
- __pycache__
- target
- coverage
- cache
A list of paths or directories to exclude from scanning.
linkTemplate String {{filePath}}:{{lineNumber}} A template for generating clickable links to TODOs.
You can use the following placeholders:
- {{filePath}} – file path relative to project root
- {{lineNumber}} – line number

Supported locales

  • English (en)
  • Spanish (es)
  • French (fr)
  • German (de)
  • Ukrainian (ua)
  • Russian (ru)

Supported layout values

  • plain
  • table

Supported languages

  • JavaScript/TypeScript
  • Go
  • Swift
  • Objective-C
  • C/C++
  • C#
  • Java
  • Kotlin
  • Dart
  • Bash shell
  • Python
  • HTML
  • PHP
  • CSS
  • Lua
  • Yaml files
  • Ruby
  • Rust
  • Scala
  • Elixir
  • Perl

About

Debrix is a CLI tool for collecting, organizing, and tracking TODO comments in code — with support for scopes, deadlines, assignees, and version history.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.