https://github.com/aintnodev/renpaste
does what it says
https://github.com/aintnodev/renpaste
linux renpy shell
Last synced: 10 months ago
JSON representation
does what it says
- Host: GitHub
- URL: https://github.com/aintnodev/renpaste
- Owner: aintnodev
- Created: 2025-03-02T15:37:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T16:21:19.000Z (11 months ago)
- Last Synced: 2025-03-02T16:33:42.500Z (11 months ago)
- Topics: linux, renpy, shell
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ren'Paste
_does exactly what it says_
## Installation
Linux only for now. If you are not using Bottles flatpak version or your Bottle path is different than the default, make sure to edit `ROOT_SRC_DIR` variable in `renpaste`.
### Requirements
Make sure you have `curl`, `inotify-tools` and `findutils` installed. Package name can differ based on your distro.
### Automatic (Recommended)
```sh
bash <(curl -s https://raw.githubusercontent.com/aintnodev/renpaste/main/setup) -i
```
### Manual
```sh
git clone https://github.com/aintnodev/renpaste.git
cd renpaste
mkdir -p $HOME/.local/bin
cp renpaste $HOME/.local/bin
mkdir -p $HOME/.local/share/applications
cp renpaste.desktop $HOME/.local/share/applications
mkdir -p $HOME/.local/share/icons/hicolor/48x48/apps
cp renpaste.png $HOME/.local/share/icons/hicolor/48x48/apps
```
### Uninstall
```sh
bash <(curl -s https://raw.githubusercontent.com/aintnodev/renpaste/main/setup) -u
```