-
Updated
Nov 16, 2020 - Python
Command line interface
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.
Here are 19,862 public repositories matching this topic...
With all the recent news about Hacktoberfest I thought it would be a good idea to point out good beginner issues that would be actually helpful for bat
. In the past years, I have actually experienced Hacktoberfest as a really great event - both as a contributor as well as a maintainer.
As of recently, bat
has a set of syntax highlighting regress
-
Updated
Nov 17, 2020 - Rust
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 ;)
Describe the feature or problem you’d like to solve
The settings for a project allow the merge methods associated with the Merge button to be limited to a subset of the three options
- Allow merge commits
- Allow squash merging
- Allow rebase merging
When merging through gh pr merge
, you are presented with a list of all three options regardless.
Proposed solution
It woul
GenMarkdownTreeCustom has a way to a header (filePrepender
arg), however there is not a first class way to add a footer.
-
Updated
Nov 1, 2020 - JavaScript
Request: add an option to default to staging all when attempting to commit and nothing is staged
Is your feature request related to a problem? Please describe.
the most common flow I have (and, I think, a lot of people have this flow) is to do some work, commit it all, lather-rinse-repeat. So 'c' is smart in that it can ask me if I want to stage all when none are staged, but in the spirit of being a lazy-ass dev, I'd really like to have a config point where I could say "yes, I'm super-la
-
Updated
Nov 17, 2020 - Python
Describe the bug you encountered:
Though the folder has few files without extension, but the following command returns nothing.
$ fd -t f -e ''
Describe what you expected to happen:
I expected to have a output ~similar to the output of find . -type f ! -name "*.*"
What version of fd
are you using?
fd 8.1.1
Which operating system / distribution are you on?
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Nov 16, 2020 - Go
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 12, 2020
-
Updated
Nov 17, 2020 - C
...this boilerplate is awesome, thank you for sharing it guys
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Nov 16, 2020 - Python
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)' fromPairs
But 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
Search backwards
-
Updated
Nov 14, 2020 - Python
Command (mark with an
x
)