Terminal
Terminal is a serial computer interface for text entry and display. Instruction given to perform a task are called commands. Current computers (GUI based) uses terminal emulators such as Unix shell, BASH shell, command prompt.
Here are 250 public repositories matching this topic...
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?
An interactive cheatsheet tool for the command-line and application launchers
-
Updated
Oct 30, 2020 - Rust
It would be neat if you could change the color of the text that shows when the progress bar covers it without changing the background. My motivation is that I enjoy the black background but the default color can be hard to read on dark progress bar colors.
<img width="1423" alt="Screen Shot 2020-06-06 at 11 50 41 AM" src="https://user-images.githubusercontent.com/16331012/83952212-14b8d780-
If running a benchmark with --ignore-failure, it might be interesting to know if some of the commands actually failed.
For example, consider a long running compile-time benchmark:
hyperfine \
--runs 3 \
--ignore-failure \
--parameter-list git_tag "v0.1,v0.2,v0.3,v0.4,v0.4.1,v0.5" \
--prepare "git checkout --force {git_tag}; make clean" \
--export-json "compile_time.jOutput improvements
It would be nice if one could document how the x and y coordinates are defined. (Beginners might not know about it and well the more documentation the better).
What I think when I see x and y:
What it actually is:
this should be fixed to not break with customised terminal color schemes
First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion
Problem description
For a &mut ProgressBar, there are no methods to set its min and max values. The only methods to change their values (min(self, usize), max(self, usize)) take ownership of the ProgressBar, which is not possible if you have a reference.
Workaround: to gain ownership, create a
Intuitive find & replace CLI (sed alternative)
-
Updated
Sep 21, 2020 - Rust
-
Updated
Oct 16, 2020 - Rust
A command-line tool and library for generating regular expressions from user-provided test cases
-
Updated
Sep 3, 2020 - Rust
Yet another cross-platform graphical process/system monitor.
-
Updated
Nov 18, 2020 - Rust
terminal-based personal organizer
-
Updated
Nov 16, 2020 - Rust
Simple terminal image viewer written in Rust.
-
Updated
Nov 4, 2020 - Rust
Like du's -x option: File system mount points are not traversed.. This would be useful for scanning / and ignoring external drives.
A terminal interface for Stack Overflow
-
Updated
Jul 15, 2020 - Rust
-
Updated
Nov 7, 2020 - Rust
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
-
Updated
Nov 18, 2020 - Rust
A text editor in ≤1024 lines of code, written in Rust
-
Updated
Oct 29, 2020 - Rust





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,
bathas a set of syntax highlighting regress