Files
envr/TODOS.md
Spencer Brower d5981d7b88 feat: Added --format, -f flag.
Allows printing data in tabular or json format.
2026-06-25 17:53:44 -04:00

1.7 KiB

TODOs

  1. Commands are still leaking. (Write tests for everything first)

  2. Add color flag and support non colored output.

  3. Rewrite write_command_help to use text/tables

  4. Generate md and man pages again.

  5. Check for prealloc opportunities. i.e. make([dynamic]string) -> make([dynamic]string, 5).

  6. Add a text filter to the multi_select.

  7. Add tests for untested commands.

  8. procedures should be ordered by use, main at the top, then in the order they are called from main.

  9. Shell completion

  10. Bring back windows support / cross-compilation.

  11. Test all cmds / terminal branches.

  12. Pass allocator to findr?

  13. Update read_wire_string to use a slice.

  14. -h short flag seems to fail, at least with envr list

Double-check AI output

  • cli.odin
  • cli_test.odin
  • colors.odin
  • cmd_backup.odin
  • cmd_check.odin
  • cmd_check_test.odin
  • cmd_edit_config.odin
  • cmd_init.odin
  • cmd_list.odin
  • cmd_list_test.odin
  • cmd_nushell_completion.odin
  • cmd_nushell_completion_test.odin
  • cmd_remove.odin
  • cmd_restore.odin
  • cmd_scan.odin
  • cmd_sync.odin
  • cmd_version.odin
  • config.odin
  • config_test.odin
  • crypto.odin
  • crypto_test.odin
  • db.odin
  • db_integration_test.odin
  • db_test.odin
  • main.odin
  • prompt.odin
  • scan.odin
  • scan_test.odin
  • sodium.odin
  • sqlite/sqlite.odin
  • ssh.odin
  • ssh_test.odin
  • table.odin
  • table_test.odin
  • findr/findr_test.odin
  • findr/gitignore.odin
  • findr/gitignore_test.odin
  • findr/glob.odin
  • findr/glob_test.odin
  • findr/repos.odin
  • findr/test_env.odin
  • findr/walker.odin