wmalik / ogit

TUI and CLI for organizing git repositories across multiple providers (e.g. GitHub, GitLab).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository browser

wmalik opened this issue Β· comments

Repository browser tab

Org Repos Language ⭐  Last Updated Desc
orgname1 🌍 tf-service HCL 25 10 3 hours ago repo desc here......
orgname1 🌍 go-service Go 25 10 7 hours ago repo desc here......
orgname1 πŸ”’py-service Python 25 10 8 hours ago repo desc here......
orgname1 🌍 yaml-service YAML 25 10 9 hours ago repo desc here......
orgname2 🌍 sql-service SQL 25 10 9 hours ago repo desc here......
orgname2 🌍 c-service C 25 10 9 hours ago repo desc here......

Possible features

  • When a repo selected, the repo description is expanded and show in the right pane
  • When a repo is selected, the repo README is rendered using glow and shown in the right pane
  • When a repo is selected, pressing "c" clones the repo locally
  • When a repo is selected, pressing "Enter" brings up a context menu with actions such as (clone, open in browser, open pulls, open issues etc.)
  • Pressing "s" brings up a menu to sort by stars|, forks, lanugage etc.
  • Pressing "Ctrl-f" or "/" brings up a text field to fuzzy search repos (by name, language, description, full text search in README, full text search in repo etc)