2025-02-12 14:55:57 +01:00
2025-02-12 14:55:57 +01:00
2025-02-12 14:55:57 +01:00
2025-02-12 14:55:57 +01:00
2025-02-12 14:55:57 +01:00
2025-02-12 15:13:44 +01:00
2025-02-12 14:55:57 +01:00

SimpleNote

SimpleNote is a simple and intuitiv Note displaying Program.

Installation

git clone https://git.timoniemann.de/t/SimpleNote.git  
cd SimpleNote  
dotnet publish -c Release -r [OS f.e. linux-x64] --self-contained true  
cp -r bin/Release/net9.0/linux-x64 ./SimpleNote  
sudo mv SimpleNote /opt/  
sudo ln -s /opt/SimpleNote/SimpleNote /usr/bin/SimpleNote  

Usage

Open a Terminal and run:

SimpleNote "Example Text"

If u want to dispatch the Window from the Terminal run:

nohup SimpleNote "Example Text" &
S
Description
No description provided
Readme 50 KiB
Languages
C# 100%