programs.json 829 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [
  2. {
  3. "name": "btm",
  4. "command": "btm",
  5. "description": "A cross-platform, terminal-based resource monitor.",
  6. "emoji": "〽️"
  7. },
  8. {
  9. "name": "btop",
  10. "command": "btop",
  11. "description": "A resource monitor that shows usage and stats for processor, memory, disks, network and processes.",
  12. "emoji": "📈"
  13. },
  14. {
  15. "name": "tut",
  16. "command": "tut",
  17. "description": "Command line Mastodon client.",
  18. "emoji": "🐘"
  19. },
  20. {
  21. "name": "w3m",
  22. "command": "w3m",
  23. "description": "Command line web browser.",
  24. "emoji": "🌎"
  25. },
  26. {
  27. "name": "oterm",
  28. "command": "oterm",
  29. "description": "A TUI for Ollama.",
  30. "emoji": "🦙"
  31. },
  32. {
  33. "name": "aichat",
  34. "command": "aichat",
  35. "description": "A Rust TUI for chatting with Gemini.",
  36. "emoji": "✨"
  37. }
  38. ]