An open API service for producing an overview of a list of open source projects.

https://github.com/cheatmd-dev/cheatmd

bash cheatmd cheatsheet cli markdown productivity terminal tmux tui zellij zsh

Score: -Infinity

Last synced: about 14 hours ago
JSON representation

Repository metadata:

Executable Markdown cheatsheets. Write plain .md files that read like normal notes, then run them as interactive commands with variable prompts, pickers, and shell integration for bash/zsh/tmux/zellij.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 161
Total Committers: 5
Avg Commits per committer: 32.2
Development Distribution Score (DDS): 0.062

Commits in past year: 161
Committers in past year: 5
Avg Commits per committer in past year: 32.2
Development Distribution Score (DDS) in past year: 0.062

Name Email Commits
Gubarz 1****z 151
dependabot[bot] 4****] 5
trewwwsec r****n@g****m 2
Khada4 1****4 2
Golam 7****1 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 1
Total pull requests: 40
Average time to close issues: about 1 month
Average time to close pull requests: 2 days
Total issue authors: 1
Total pull request authors: 5
Average comments per issue: 0.0
Average comments per pull request: 0.03
Merged pull request: 39
Bot issues: 0
Bot pull requests: 5

Past year issues: 1
Past year pull requests: 40
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 2 days
Past year issue authors: 1
Past year pull request authors: 5
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.03
Past year merged pull request: 39
Past year bot issues: 0
Past year bot pull requests: 5

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/cheatmd-dev/cheatmd

Top Issue Authors

  • NasrallahBaadi (1)

Top Pull Request Authors

  • Gubarz (32)
  • dependabot[bot] (5)
  • Khada4 (1)
  • trewwwsec (1)
  • golam71 (1)

Top Issue Labels

Top Pull Request Labels

  • dependencies (5)
  • go (5)

Package metadata

proxy.golang.org: github.com/cheatmd-dev/cheatmd

  • Homepage: https://github.com/cheatmd-dev/cheatmd
  • Documentation: https://pkg.go.dev/github.com/cheatmd-dev/cheatmd#section-documentation
  • Licenses: mit
  • Latest release: v1.0.0 (published about 2 months ago)
  • Last Synced: 2026-08-27T18:39:38.076Z (1 day ago)
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.711%
    • Average: 4.869%
    • Dependent repos count: 5.027%

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v4 composite
  • softprops/action-gh-release v1 composite
go.mod go
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.21.0
  • github.com/charmbracelet/bubbletea v1.3.10
  • github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
  • github.com/charmbracelet/lipgloss v1.1.0
  • github.com/charmbracelet/x/ansi v0.10.1
  • github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
  • github.com/charmbracelet/x/term v0.2.1
  • github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
  • github.com/fsnotify/fsnotify v1.9.0
  • github.com/go-viper/mapstructure/v2 v2.4.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/termenv v0.16.0
  • github.com/pelletier/go-toml/v2 v2.2.4
  • github.com/rivo/uniseg v0.4.7
  • github.com/sagikazarmark/locafero v0.11.0
  • github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
  • github.com/spf13/afero v1.15.0
  • github.com/spf13/cast v1.10.0
  • github.com/spf13/cobra v1.10.2
  • github.com/spf13/pflag v1.0.10
  • github.com/spf13/viper v1.21.0
  • github.com/subosito/gotenv v1.6.0
  • github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
  • go.yaml.in/yaml/v3 v3.0.4
  • golang.org/x/sys v0.40.0
  • golang.org/x/text v0.28.0
go.sum go
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.21.0
  • github.com/charmbracelet/bubbletea v1.3.10
  • github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
  • github.com/charmbracelet/lipgloss v1.1.0
  • github.com/charmbracelet/x/ansi v0.10.1
  • github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
  • github.com/charmbracelet/x/term v0.2.1
  • github.com/cpuguy83/go-md2man/v2 v2.0.6
  • github.com/davecgh/go-spew v1.1.1
  • github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
  • github.com/frankban/quicktest v1.14.6
  • github.com/fsnotify/fsnotify v1.9.0
  • github.com/go-viper/mapstructure/v2 v2.4.0
  • github.com/google/go-cmp v0.6.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/termenv v0.16.0
  • github.com/pelletier/go-toml/v2 v2.2.4
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.2.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/sagikazarmark/locafero v0.11.0
  • github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
  • github.com/spf13/afero v1.15.0
  • github.com/spf13/cast v1.10.0
  • github.com/spf13/cobra v1.10.2
  • github.com/spf13/pflag v1.0.9
  • github.com/spf13/pflag v1.0.10
  • github.com/spf13/viper v1.21.0
  • github.com/stretchr/testify v1.11.1
  • github.com/subosito/gotenv v1.6.0
  • github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
  • go.yaml.in/yaml/v3 v3.0.4
  • golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
  • golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.40.0
  • golang.org/x/text v0.28.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite