Module: Ghcurl

Defined in:
lib/ghcurl.rb

Overview


File : ghcurl.rb Authors : ccmywish <ccmywish@qq.com> Created on : <2022-04-12> Last modified : <2024-03-19>

ghcurl:

This is the lib file.

Constant Summary collapse

VERSION =
"0.9.2"
DEFAULT_WARES =

We consider from this:

https://github.com/ibraheemdev/modern-unix
{

  cli: 'cli/cli',
  gh:  'cli/cli',

  fd:  'sharkdp/fd',
  bat: 'sharkdp/bat',
  hyperfine: 'sharkdp/hyperfine',
  hexyl:     'sharkdp/hexyl',

  exa: 'ogham/exa',
  dog: 'ogham/dog',

  lsd:     'Peltoche/lsd',
  delta:   'dandavison/delta',
  dua:     'Byron/dua-cli',
  dust:    'bootandy/dust',
  duf:     'muesli/duf',
  broot:   'Canop/broot',

  ripgrep: 'BurntSushi/ripgrep',
  rg:      'BurntSushi/ripgrep',
  ag:      'ggreer/the_silver_searcher',

  fzf:     'junegunn/fzf',
  fzy:     'jhawthorn/fzy',

  mcfly:   'cantino/mcfly',
  choose:  'theryangeary/choose',
  jq:      'stedolan/jq',
  sd:      'chmln/sd',
  cheat:   'cheat/cheat',
  bottom:  'ClementTsang/bottom',
  glances: 'nicolargo/glances',
  gtop:    'aksakalli/gtop',
  gping:   'orf/gping',
  procs:   'dalance/procs',
  httpie:  'httpie/httpie',
  curlie:  'rs/curlie',
  xh:      'ducaale/xh',
  zoxide:  'ajeetdsouza/zoxide',

  scc:      'boyter/scc',
  rbspy:    'rbspy/rbspy',
  starship: 'starship/starship',

  glow:     'charmbracelet/glow',



  ####################
  #        t
  ####################
  tldr:     'dbrgn/tealdeer',
  tealdeer: 'dbrgn/tealdeer',


  ####################
  #        g
  ####################
  gcm:      'git-ecosystem/git-credential-manager'
}