Git is a popular source revision control system. GitForce is a GUI front-end for the git command line tool and runs on both Windows and Linux. It is designed to be easy and intuitive to use and yet powerful enough so you don't need to use a command line git.
A Windows command line tool to reverse the contents of a text file.
A simple command line tool, drop the Reverse.exe into the %systemroot% directory in Windows to call the program from the command line. Then just call like: Reverse /i Path\File.txt and the file will be overwritten with reversed text. Or an outfile can be specified Reverse /i Path\File.txt /o path\OutFile.txt this will leave the original file intact.
A file containing:
item 1
item 2
item 3
Would then be reversed to
item 3
item 2
item 1
You can also remove blank lines with...
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Command-line media (audio/video/photo) tagger based on TagLib#
Command-line tool for reading and writing metadata in media files, including video, audio, and photo formats. Based on TagLib#: https://github.com/mono/taglib-sharp. Requires .NET 3.5 SP1.
Splits large PCAP files into multiple files with one TCP or UDP session per file. SplitCap is a command line tool developed in .NET. The packet parsing library in SplitCap comes from NetworkMiner. SplitCap can also filter large PCAPs on port or IP.
I wrote this program because I had to convert my large collection of epubs to mobi format. It wraps kindlegen, the amazon command line tool, with a suitable interface and repeatedly calls it until last file loaded is processed. In order to get it properly working on your PC you have to intall the .n
Exlock is a command line tool.
The purpose of this tool is to test / debug / tune the creation of other software.
Exlock opens in exclusive mode a file passed as parameter. Other processes accessing the file will get a error. The purpose of this tool is to simply evaluate which is the behavior in case of this error.
A simple command line tool, that takes a RSS feed of movie torrents, takes the good quality ones (based on the name) and checks IMDB for their rating. If it is higher than a predefined margin it downloads the torrent.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Banner is a port of the Unix and Linux command-line tool with the same name. It displays the text provided in the argument in ASCII art. For more apps and C# code please visit my blog: http://codehill.com
AddHeaderToCS is a command line tool, that adds header to files (to .cs files by default) in current directory and all sub-directories. For an example, you can add copiright header to all your source .cs files.
This tool provides User Interface for command-line tool SqlMetal which can generate code and mapping for the LINQ to SQL component of the .NET Framework.
DirClean is a command line tool for deleting empty directories within a folder structure and is ideal for tidying up large folder structures such as music libraries.
A command line tool to assign local software distribution policies to an SMS 2003 Advanced Client. The Software will be installed independent of collection memberships.
Z-SQL is a package-oriented SQL language designed for Microsoft SQL Server. Full language specification is provided. The compiler translates Z-SQL to SQL Server's native T-SQL. A command line tool, zsql, that superseeds osql is also included.
A command-line tool that automates exporting objects (forms, modules, queries, reports, macros) into text files using the SaveAsText function, and exports tables using the TransferText function.