ascii-boxes / boxes

Command line ASCII boxes unlimited!
https://boxes.thomasjensen.com/
GNU General Public License v3.0
613 stars 75 forks source link

Geany integration #85

Closed Davidy22 closed 3 years ago

Davidy22 commented 3 years ago

The integrations page said to drop something by here if I knew another editor you can integrate boxes into so here's my screenshot for geany

In the top menu, go to Edit -> Format -> Send selection to -> Set custom commands and you'll get a window that looks like this:

Screenshot from 2021-08-12 18-08-20

Click add and it'll add a new command slot. You type a shell command in the command field and when you hit CTRL + number it's like you did an echo | [command that you typed]. In the above screenshot, I just typed boxes, so it'll pipe my text through default boxes.

Screenshot from 2021-08-12 18-15-29 Screenshot from 2021-08-12 18-15-41

tsjensen commented 3 years ago

Thanks for the info! First time I heard of Geany. 😊

You can open a PR against the gh-pages branch for this information. Here's how to set everything up on your local machine.

Else, I can add it to the website for you, which will just take a little time 🐌

Davidy22 commented 3 years ago

just made a quick post here to raise this, can take a look but might be a minute for me too.

tsjensen commented 3 years ago

No worries! I'm just asking what you want to do.
When you create the page, you'd be listed in our Git repository, and I save a little bit of work, is all. Whatever you prefer! 😄

tsjensen commented 3 years ago

Thanks for the PR! Just merged it. 👍