https://github.com/aeriavelocity/rid-dotnet
Joke command that prints out sarcastic messages.
https://github.com/aeriavelocity/rid-dotnet
cli cmd command-line joke-command windows
Last synced: about 2 months ago
JSON representation
Joke command that prints out sarcastic messages.
- Host: GitHub
- URL: https://github.com/aeriavelocity/rid-dotnet
- Owner: AeriaVelocity
- License: other
- Created: 2020-11-19T14:57:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T15:54:18.000Z (over 5 years ago)
- Last Synced: 2025-02-14T18:49:35.306Z (over 1 year ago)
- Topics: cli, cmd, command-line, joke-command, windows
- Language: C#
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# `rid` for .NET
Joke command for the Windows command line. Prints out sarcastic messages whenever you incorrectly type `dir`. Think of it as an homage to [`sl`](https://github.com/mtoyoda/sl) but for Windows.
The project is targetted for .NET Framework, not .NET Core, so it'll only compile on Windows, unless you were to take the existing code and retarget it for .NET Core.
This is the original `rid` for Windows only, a [cross-platform version](https://www.github.com/SpeedStriker243/rid-cpp) exists, done in C++, which contains instructions for building on Windows, macOS and Linux. Changes in program behaviour (i.e., new messages, changed messages, different method of providing messages) will be synced with the cross-platform version.
## Building instructions
You need to have [Visual Studio](https://visualstudio.microsoft.com/vs/) installed with at least .NET Framework 4.8.
Open `rid.csproj` and run the project. It'll run, and it'll also make an executable. Right click on the project in the Solution Explorer, then click 'Open File in File Explorer'. Then navigate to `\bin\Debug\` to find `rid.exe`.
Either place `rid.exe` in `C:\Windows\System32` or place it wherever and add it to your system's PATH, then you can run `rid` straight from the command prompt.
You can skip adding to PATH, but you then have to specify where `rid.exe` is.