RadnusD/stickyshell-home

0

2 commits

updated Sep 18, 2026

See the code

See what people are saying (1)

SourceMessageScoreDate

[Release] StickyShell Home v1.0.0 – A lightweight desktop sticky note that executes shell commands (r/rust)

Hey everyone! I just released v1.0.0 of \*\*StickyShell Home\*\*, a cross-platform desktop sticky note app designed to act as an instant command-line scratchpad. \### 🌟 Key Highlights: \- ⚑ \*\*Dual Execution Modes\*\*: Inline Output drawer (\`Ctrl+Enter\`) or External Console…

1

Sep 18, 2026

README

πŸ“Œ StickyShell Home

A lightweight, cross-platform desktop sticky note that doubles as an executable shell scratchpad.

Version 1.0.0 Platform Support Tauri v2 + Rust 100% Offline License


πŸ“₯ Official Downloads (v1.0.0)

Download the official release for your operating system from the Latest Releases page:

Operating SystemPackage TypeArchitectureDirect Download
πŸͺŸ WindowsSetup Installer (.exe)64-bit (x64)Download Windows Setup
πŸͺŸ WindowsEnterprise MSI (.msi)64-bit (x64)Download Windows MSI
🍏 macOSDisk Image (.dmg)Universal (Apple Silicon & Intel)Download macOS DMG
🐧 LinuxDebian Package (.deb)64-bit (amd64)Download Linux DEB
🐧 LinuxStandalone AppImage64-bit (x86_64)Download Linux AppImage

πŸ“¦ All releases and checksums are published on the official GitHub Releases page.


🌟 What is StickyShell?

StickyShell Home blends the speed and convenience of desktop sticky notes with the utility of an instant command-line scratchpad.

Whether you are saving quick snippets, drafting code, or running diagnostics, StickyShell lets you execute commands right from your note without switching contexts or opening multiple terminal tabs.


✨ Features

  • πŸ’» Dual Execution Modes:
    • Inline Capture (β–Ά): Captures output and errors in a slide-out drawer with one-click copy.
    • External Console (πŸ‘): Spawns an interactive system console (CMD, PowerShell, or Bash).
  • πŸ“Œ Always on Top (Pinning): Keep your active note floating above other windows with a single click.
  • πŸ›‘οΈ Accidental Delete Protection:
    • Optional "Confirm Before Deleting Notes" safety prompt.
    • Persistent Undo Delete Buffer: Restore closed or deleted notes with Ctrl+Z, even after app restart.
  • ⚑ Global Shortcuts:
    • Win + Alt + S: Show or hide all sticky notes instantly.
    • Win + Alt + N: Spawn a new note at any time.
  • πŸ“‚ Custom Working Folders: Set per-note working directories, or fall back to your user profile.
  • πŸ”’ 100% Offline & Private: Zero cloud sync, zero tracking, zero accounts. All notes and settings are stored locally on your machine.

πŸ–₯️ Installation Guide

πŸͺŸ Windows

  1. Download the StickyShell Home_1.0.0_x64-setup.exe installer.
  2. Run the installer and complete the setup wizard.
  3. Launch StickyShell Home from your Desktop or Start Menu.

🍏 macOS

  1. Download StickyShell Home_1.0.0_universal.dmg.
  2. Open the .dmg and drag StickyShell Home into your Applications folder.
  3. Open the app from Applications or Spotlight search.

🐧 Linux

  • Debian / Ubuntu:
    sudo dpkg -i StickyShell\ Home_1.0.0_amd64.deb
    
  • AppImage:
    chmod +x StickyShell\ Home_1.0.0_amd64.AppImage
    ./StickyShell\ Home_1.0.0_amd64.AppImage
    

⌨️ Global Shortcuts

ShortcutAction
Win + Alt + SToggle (Show/Hide) all sticky notes
Win + Alt + NCreate a new sticky note
Ctrl + EnterRun command (Inline Capture mode)
Ctrl + Shift + EnterRun command (External Console mode)
Ctrl + ZUndo note deletion

πŸ”’ Privacy & Local Storage

StickyShell respects your complete privacy:

  • Zero telemetry or analytics.
  • Zero internet access required.
  • All notes and configurations remain 100% local on your disk:
    • Windows: %APPDATA%\com.stickyshell.home\stickyshell_data.json
    • macOS: ~/Library/Application Support/com.stickyshell.home/stickyshell_data.json
    • Linux: ~/.config/com.stickyshell.home/stickyshell_data.json

πŸ’¬ Issues & Support

Encountered an issue or have a feature request?


Copyright Β© 2026 StickyShell. All rights reserved.

This software is proprietary. Redistribution, reverse engineering, decompilation, or unauthorized modification of the software binaries is prohibited.

Contributors

RadnusD

2 commits

RadnusD/stickyshell-home

0

2 commits

updated Sep 18, 2026

See the code

See what people are saying (1)

SourceMessageScoreDate

[Release] StickyShell Home v1.0.0 – A lightweight desktop sticky note that executes shell commands (r/rust)

Hey everyone! I just released v1.0.0 of \*\*StickyShell Home\*\*, a cross-platform desktop sticky note app designed to act as an instant command-line scratchpad. \### 🌟 Key Highlights: \- ⚑ \*\*Dual Execution Modes\*\*: Inline Output drawer (\`Ctrl+Enter\`) or External Console…

1

Sep 18, 2026

README

πŸ“Œ StickyShell Home

A lightweight, cross-platform desktop sticky note that doubles as an executable shell scratchpad.

Version 1.0.0 Platform Support Tauri v2 + Rust 100% Offline License


πŸ“₯ Official Downloads (v1.0.0)

Download the official release for your operating system from the Latest Releases page:

Operating SystemPackage TypeArchitectureDirect Download
πŸͺŸ WindowsSetup Installer (.exe)64-bit (x64)Download Windows Setup
πŸͺŸ WindowsEnterprise MSI (.msi)64-bit (x64)Download Windows MSI
🍏 macOSDisk Image (.dmg)Universal (Apple Silicon & Intel)Download macOS DMG
🐧 LinuxDebian Package (.deb)64-bit (amd64)Download Linux DEB
🐧 LinuxStandalone AppImage64-bit (x86_64)Download Linux AppImage

πŸ“¦ All releases and checksums are published on the official GitHub Releases page.


🌟 What is StickyShell?

StickyShell Home blends the speed and convenience of desktop sticky notes with the utility of an instant command-line scratchpad.

Whether you are saving quick snippets, drafting code, or running diagnostics, StickyShell lets you execute commands right from your note without switching contexts or opening multiple terminal tabs.


✨ Features

  • πŸ’» Dual Execution Modes:
    • Inline Capture (β–Ά): Captures output and errors in a slide-out drawer with one-click copy.
    • External Console (πŸ‘): Spawns an interactive system console (CMD, PowerShell, or Bash).
  • πŸ“Œ Always on Top (Pinning): Keep your active note floating above other windows with a single click.
  • πŸ›‘οΈ Accidental Delete Protection:
    • Optional "Confirm Before Deleting Notes" safety prompt.
    • Persistent Undo Delete Buffer: Restore closed or deleted notes with Ctrl+Z, even after app restart.
  • ⚑ Global Shortcuts:
    • Win + Alt + S: Show or hide all sticky notes instantly.
    • Win + Alt + N: Spawn a new note at any time.
  • πŸ“‚ Custom Working Folders: Set per-note working directories, or fall back to your user profile.
  • πŸ”’ 100% Offline & Private: Zero cloud sync, zero tracking, zero accounts. All notes and settings are stored locally on your machine.

πŸ–₯️ Installation Guide

πŸͺŸ Windows

  1. Download the StickyShell Home_1.0.0_x64-setup.exe installer.
  2. Run the installer and complete the setup wizard.
  3. Launch StickyShell Home from your Desktop or Start Menu.

🍏 macOS

  1. Download StickyShell Home_1.0.0_universal.dmg.
  2. Open the .dmg and drag StickyShell Home into your Applications folder.
  3. Open the app from Applications or Spotlight search.

🐧 Linux

  • Debian / Ubuntu:
    sudo dpkg -i StickyShell\ Home_1.0.0_amd64.deb
    
  • AppImage:
    chmod +x StickyShell\ Home_1.0.0_amd64.AppImage
    ./StickyShell\ Home_1.0.0_amd64.AppImage
    

⌨️ Global Shortcuts

ShortcutAction
Win + Alt + SToggle (Show/Hide) all sticky notes
Win + Alt + NCreate a new sticky note
Ctrl + EnterRun command (Inline Capture mode)
Ctrl + Shift + EnterRun command (External Console mode)
Ctrl + ZUndo note deletion

πŸ”’ Privacy & Local Storage

StickyShell respects your complete privacy:

  • Zero telemetry or analytics.
  • Zero internet access required.
  • All notes and configurations remain 100% local on your disk:
    • Windows: %APPDATA%\com.stickyshell.home\stickyshell_data.json
    • macOS: ~/Library/Application Support/com.stickyshell.home/stickyshell_data.json
    • Linux: ~/.config/com.stickyshell.home/stickyshell_data.json

πŸ’¬ Issues & Support

Encountered an issue or have a feature request?


Copyright Β© 2026 StickyShell. All rights reserved.

This software is proprietary. Redistribution, reverse engineering, decompilation, or unauthorized modification of the software binaries is prohibited.

Contributors

RadnusD

2 commits