Run scripts (written in JS) directly over any piece of text!
Base64? EZ. Got an unreadable JSON? parse it! Just want to count characters? Well we got you covered.
Or just use it to take notes, data persists in local storage :)
The tool aims to be an exact imitation of boop built using web technologies and powered by Tauri.
Inspired from Boop • Documentation • Find more scripts
New? Read how to use bloop here
To add custom scripts add the scripts to your documents directory which you can confirm here
Bloop supports ligaturized fonts, Some fonts are set up by default, but require you to install them manually. You can also use your own fonts, by changing config.toml
. Suggested fonts =>
You can obtain installer/binaries for your platform here.
Alternatively you can compile it yourself.
Only for developers.
-
-
- Follow the setup guide from their docs
-
- Get the base scripts from boop
mkdir src-tauri git clone http://github.com/ivanmathy/boop mv boop/Boop/Boop/scripts src-tauri/
-
- Install app dependencies and build it
yarn && yarn build
-
mv dist src-tauri/ mv src src-tauri/ mv config src-tauri/ mv icons src-tauri/ mv ./Cargo.toml src-tauri/ mv ./tauri.conf.json src-tauri/ mv ./build.rs src-tauri/
-
-
- To build release binaries, use
yarn release
, The resultant binaries would be located insrc-tauri/target/release
- To build release binaries, use