Best of CLIAugust 2021

  1. 1
    Article
    Avatar of phProduct Hunt·5y

    Noteli - An open source CLI tool to take notes

    Noteli is an Open Source CLI tool made especially for note-taking. Built using powers of TypeScript and security of Auth0 with MongoDB. Noteli would help developers to take notes quickly from the shell without wasting time through GUI :P Embed Collect Embed collect.

  2. 2
    Article
    Avatar of changelogChangelog·5y

    NvChad/NvChad: An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast.

    NvChad has 38 plugins installed by default, yet it is still very fast because it uses the Packer plugin manager. Packer.nvim allows you to lazy load plugins, meaning they only get loaded when absolutely required. You can disable plugins you don't use in chardrc.lua .

  3. 3
    Article
    Avatar of ghblogGitHub Blog·5y

    GitHub CLI 2.0 includes extensions!

    GitHub CLI 2.0 includes extensions, allowing anyone to make custom commands that build on the core functionality of the tool. Each extension is just a repository prefixed with gh- and you can easily define the extension. To learn more about creating extensions, check out the documentation and explore the repositories for the example extensions below.