Live data from Hacker News

Powerlisp: Common Lisp tool for automating tasks for Unix power-users

github.com

11–20 of 35 posts

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#11
post #4

I read the whole README and I still have no idea what this does. Something about bookmarking websites and searches in some sort of configurable menu?

I read the source (it isn’t that long), it seems you can bookmark an arbitrary Unix command in a configurable menu. Kinda neat, don’t see myself using this however.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#12
post #4

I read the whole README and I still have no idea what this does. Something about bookmarking websites and searches in some sort of configurable menu?

Hello, I'm the author. I just found out someone put this in HN again, I hope I can explain.

This is basically a way to create menus and submenus for recurrent utilities. You can use a rofi or dmenu frontend. Once you bind it a key shortcut, rofi/dmenu will come up asking you what to do.

Right now I can directly access my favorite websites, open my favorite programs, do web search (and also switch web engine), all without touching the browser directly. The idea is to group a lot of things in a lightweight script, and have a keyboard-only interaction with no extra extensions or programs.

I agree that the README is a little poor right now, and screenshots/gifs would also help on this regard. I'll start working on it pretty soon.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#13

Like all things Lisp: no one understands the what, how and especially why of it. This sounds extremely non-useful to me. Opening browser windows? For what? To do what, exactly? And stop this "hacking" and "highly hackable" baloney.

Hello. I currently use this daily to automate my workflow. I have no pretension of "selling" this as a very extensible tool that everyone should use, though I agree that I need to improve the README.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#14

Which operating systems are supported? Don't see that in the Readme.

Hello. It was tested on Linux and FreeBSD. Works fine on any of those systems if you have SBCL and dmenu installed, though it might need a few tweaks on program paths of your configuration file.

I plan to migrate this to a more flexible Roswell script in a near future.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#15
I know that Lisp is very popular here on HN (Paul Graham!), but my gut feeling tells me that many Lisp related posts with hardly any upvotes / comments get pushed to the front page of HN. I wish there was a HN filter to hide certain keywords.

NB: I read SICP cover to cover twenty years ago, did many private projects with DrScheme (Racket) and was influenced by it's paradigms early on. I do appreciate Lispy topics, but why front page of HN?

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#16
post #15

I know that Lisp is very popular here on HN (Paul Graham!), but my gut feeling tells me that many Lisp related posts with hardly any upvotes / comments get pushed to the front page of HN. I wish there was a HN filter to hide certain keywords. NB: I read SICP cover to cover twenty years ago, did many private projects with DrScheme (Racket) and was influenced by it's paradigms early on. I do appreciate Lispy topics, bu…

You can hide individual posts, which I find useful for a lot of non-technical content that's less interesting to me. It's manual, but it gets them off the home page and you can see content from the 2nd/3rd pages of material that may be of more interest to you.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#17
This sounds really interesting to me, I have a bunch of items I can think of where this might be useful to automate (for example, my wife and I have different bank accounts, but share a credit card for points reasons... givng my wife a statement is really hard since they "upgraded" their site, and removed the transactions export feature).

But I'm not sure where to start automating this. It would be great to have some examples.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#18
post #15

I know that Lisp is very popular here on HN (Paul Graham!), but my gut feeling tells me that many Lisp related posts with hardly any upvotes / comments get pushed to the front page of HN. I wish there was a HN filter to hide certain keywords. NB: I read SICP cover to cover twenty years ago, did many private projects with DrScheme (Racket) and was influenced by it's paradigms early on. I do appreciate Lispy topics, bu…

You can hide individual posts, which I find useful for a lot of non-technical content that's less interesting to me. It's manual, but it gets them off the home page and you can see content from the 2nd/3rd pages of material that may be of more interest to you.

Appreciate your help. - Actually that's what I do. Hide manually.

Re: Powerlisp: Common Lisp tool for automating tasks for Unix power-users

#20
post #4

I read the whole README and I still have no idea what this does. Something about bookmarking websites and searches in some sort of configurable menu?

Hello, I'm the author. I just found out someone put this in HN again, I hope I can explain. This is basically a way to create menus and submenus for recurrent utilities. You can use a rofi or dmenu frontend. Once you bind it a key shortcut, rofi/dmenu will come up asking you what to do. Right now I can directly access my favorite websites, open my favorite programs, do web search (and also switch web engine), all wit…

Maybe "rofi/dmenu scripting and configuration layer written in Common Lisp" might be an appropriate tagline?
Post reply on HN