Questions tagged [command-line]
Software to be used from the command-line or in shell scripts.
341 questions
0 votes
1 answer
58 views
Command-line ocr to recognise car plates?
I need a command-line software (no gui) to convert car plates from picture to simple text; how could I do it with tesseract? Are there any other compiled applications or ways to do this?
1 vote
0 answers
15 views
CLI tool to capture basic system performance snapshot? (for historical report)
In trying to decide when is the right time to buy a new computer vs how long you've had it, I would love to capture minimal historical information about its performance. I could end up with a report ...
1 vote
0 answers
35 views
How to move through terminal output by run commands?
I use Tmux, Neovim, and Zsh + oh-my-zsh in iTerm2 and I'm wondering if any of these have a plugin (or offer native support) for moving through the terminal outputs by run command. In other words, is ...
2 votes
0 answers
18 views
C refactoring tools for producing clean "specialized" code
I have C source code that is generalized either by preprocessing directives or compile-time optimizations, for example the ones shown below. Is there any command-line tool that can help to take code ...
3 votes
3 answers
194 views
Python linter and code formatter recommendations
I am looking for Python linter and code formatter recommendations. Requirements: Works on the command line and as a part of a pre-commit hook. Works as a part of an editor/IDE (specifically, Emacs ...
1 vote
1 answer
79 views
Looking for an embedded terminal based text editor that will edit one file only
I have an embedded linux/unix system with a terminal interface, and as part of that system I need to edit a file in a text editor. The details of the file being edited need to be hidden from the end ...
0 votes
1 answer
143 views
Verifying the checksum of a file the easier way?
I want to know if there's a checksum verification tool that compares files of my choice(one or more) by right clicking on it in the Windows Explorer and the context menu shows item such as "...
1 vote
0 answers
23 views
Wrapper for OpenAI Whisper?
I want to execute OpenAI's Whisper from the command line and transcribe a directory with thousand of soundfiles. You can use the command line client for that but the command line client doesn't offer ...