All Questions
Tagged with cli or command-line
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
19 views
Batch processing of audio files to get properties like SNR (signal to noise ratio)
I have ~4000 audio files (currently WAV files only) of which I should get some statistics what is the SNR (signal to noise ratio) how much leading pause does the file have (considering the SNR) how ...
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 ...
0 votes
0 answers
20 views
Command line tool similar to `ctags` or `cscope` for Java development
Command line tool similar to ctags or cscope for Java development. Basically, I'm curious what non-LSP tools are out there for getting autocomplete and jump-to-definition to approximately work for a ...
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
48 views
Parsing library (or tool) for command line output of common tools
I am trying to call a couple of common software tools from PowerShell scripts within Azure DevOps pipelines - for example: npm tsc dotnet GraphViz pdflatex ... Each of these will happily write ...
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 ...
1 vote
1 answer
36 views
Are there any tools that I can use to show popup suggestions while typing in Linux?
I know there are some grammar apps and plugins that shows next word suggestion. But, that's not what I am asking. I have created a simple project that predicts next word given a sentence, but this ...
3 votes
3 answers
195 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 ...
3 votes
0 answers
48 views
Does any JMESPath/JQ query linter/validator tool exist at all?
I'm looking into JMESPath language and the JQ tool, as a JSON Query Language and JSON Query tool, but I wonder if there are any linters or validators to actually validate (or even give feedback) on ...
1 vote
1 answer
83 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 ...
1 vote
0 answers
13 views
A tool to simulate router for malware analysis
I am trying to set up a malware analysis lab. It would be made up of two VMs (Linux and Windows) the Windows one would be for running malware and the Linux VM would monitor network traffic. Linux VM ...
0 votes
1 answer
145 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 "...
0 votes
0 answers
56 views
Alternatives to JPSoft TCC/LE
I'm running the latest JPSoft TCC/LE available (14.00.9 x64) which started showing a system wide issue after Windows 11 update to 24H2. As I open a file with LIST the mouse pointer starts moving with ...
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 ...