As easy as /aitch-tee-tee-pie/
-
Updated
Feb 18, 2021 - Python
{{ message }}
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
As easy as /aitch-tee-tee-pie/
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
When I try to fork a repo and add a new remote, it doesn't add a new remote to my current repository.
gh version 1.4.0 (2020-12-17)
I expect to see a fork remote added to my repository, but nothing is added.
❯ gh repo fork --clone=false --remote=true $(git remote get-url up)
- Forking someorg/somerepo...GenMarkdownTreeCustom has a way to a header (filePrepender arg), however there is not a first class way to add a footer.
Node.js test runner that lets you develop with confidence
Describe the bug
Lazygit allows you to edit its configuration by pressing the 'e' hotkey from pane 1. After editing, my expectation would be that the new configuration is loaded, but it does not seem to be.
To Reproduce
Steps to reproduce the behavior:
**Expected beha
It's always a good idea to work on documentation. I think it would also be good to restructure the README:
A simple, fast, and fun package for building command line apps in Go
A CLI dashboard for webpack dev server
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
...this boilerplate is awesome, thank you for sharing it guys
n³ The unorthodox terminal file manager.
Currently, each argument to fx treated as an anonymous function. Here is an example:
fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairsBut this requires a lot of ' quotes. My idea is to split the argument by whitespaces . So next will be possible to write:
fx 'groupBy("commit.author.name") mapValues(size) toPairs so