Skip to main content

Questions tagged [console]

Use this tag for programs that interact with their user by means of a character-based console or terminal

51 questions with no upvoted or accepted answers
7 votes
0 answers
156 views

Powershell menu-driven text file viewer / presenter tool

This is a simple Powershell script to provide menu driven manuals and standard operating procedures. Sops and mans with the extension .sopman.txt will be loaded. ...
Matt's user avatar
  • 143
6 votes
0 answers
141 views

Advanced Logging Function

Way more blood, sweat, and tears have went into this then I would care to admit, but this has been a function I have been using in some shape or form for quite a while and it has taught me alot. It ...
Nick W.'s user avatar
  • 226
6 votes
0 answers
509 views

Console Command module (in-game console or base for script engine)

I've created a console/terminal command handling module that allows the programmer to bind functions to a command name and later execute them from std::string. What's new is that it handles most stuff ...
RippeR's user avatar
  • 161
5 votes
0 answers
77 views

CLI reading logger in Python

EDIT Updated code This is my first real project in Python, and also my first time using sql databases. The purpose was initially to provide a very simple interface to track my reading hours using logs,...
user avatar
5 votes
0 answers
296 views

Simple dmenu launcher for passwords, docs, notes and application shortcuts (Python)

I created a small script for automating password store management and quickly searching and launching notes, shortcuts and documents through some keybindings that will execute the script. Script is ...
silveiralexf's user avatar
4 votes
0 answers
73 views

Manage have-read and want-to-read books and series

I am building this program to keep track of the books I have read and the series I want to read, and I would like help on improving the user interface. ...
coolcoder613's user avatar
4 votes
0 answers
3k views

Using SSH.NET to interact with a Bash shell

I'm trying to interact with a bash shell on a router to automate some CLI commands using SSH.NET. I'm not sure if the approach I'm taking is the best one and would like to get some recommendations on ...
jscarle's user avatar
  • 141
4 votes
0 answers
601 views

ASCII-Box PowerShell menu

I've written a pair of functions that can be added to a module or script that will allow the developer to specify a list of options and let the user select with the up/down arrow and return any ...
Rich Moss's user avatar
  • 239
4 votes
0 answers
465 views

Wrapping argparse to use configuration file

I want to be able to both provide options through command line and from a configuration file. A single option could be served either by the user or by the configuration. But if is provided by both, ...
Adrien H's user avatar
  • 181
4 votes
0 answers
111 views

Program to pull data from an Oracle database

EDIT: I should clarify that this program currently works as intended (not looking for help making it work); I just want to understand what I could have done better in terms of design. I work on a ...
kemri's user avatar
  • 41
4 votes
0 answers
129 views

Simple command user interface for conditional logic

This is a command-line interface wrap for any application involving conditional logic. I have posted the source here on bitbucket. Usage: Myself using as a starting point for a time series ...
erixliechtenstein's user avatar
4 votes
0 answers
288 views

Implementing a TTY loading / waiting animation

I implemented a class to animate waiting for processes: ...
Richard Neumann's user avatar
4 votes
0 answers
295 views

Command-line ssh address book app

I'm trying to learn a bit about Golang and decided to try out building an SSH address book command-line app. I used a YAML library to serialize and store data in a configuration file. The app has a ...
Inondle's user avatar
  • 141
4 votes
0 answers
191 views

Reading Intervals from command line

I want to parse a command line using boost.program_options. Most of my command line arguments will be intervals, which I could implement as something like ...
Christoph's user avatar
  • 507
3 votes
0 answers
235 views

System to automatically login to my university's Wi-Fi network using HTTP request

What is this? My university's Wi-Fi network requires students to visit a specific URL and login to the network before we can use the actual internet. This project replicates that same process by ...
eccentricOrange's user avatar

15 30 50 per page