-
Updated
Nov 16, 2021 - Shell
{{ 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 ;)
dev:~$ gh secret encrypt
Paste your secret: *************
✓ Encrypted secret for `org/repository`
QkMFB+vyCCE2yT5j6Tb07doxD2xKHagI2l6AjMuwUkizN7pMGXKBVOj154Pg/hwn0PbPWFvo83z+ir25iw==Separate the encryption step and make it available as a separate command so that users can easily generate an
x)Is your feature request related to a problem? Please describe.
In our company we have way too many branches remotely. Basically everybody creates new ones for every PR, and most of the time the branches don't get deleted afterwards.
That makes it very hard to check out a remote branch with lazygit, as I have to search for it. Need to know the exact PR number, ...
**Describe the solution
fd 8.2.1 on Windows 10
fd --changed-within "2021-10-09" | rg -i xxx
won't return an result.
fd --changed-within "2021-10-09" --exec rg -i xxx
returns the lines macthing xxx but the output is missing the filename where xxx is found.
Any idea how to get the filename where xxx is found?
rg -i xxx
alone returns machting lines including filename
Node.js test runner that lets you develop with confidence
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
A simple, fast, and fun package for building command line apps in Go
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
A CLI dashboard for webpack dev server
We should discuss/consider using baseUrl in our tsconfig so we can change imports like this:
import { Thing } from "../../components/thing"to this
import { Thing } from "components/thing"n³ The unorthodox terminal file manager
Describe the bug you encountered:
If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program