Messages - dreftymac [ switch to compact view ]

Pages: [1] 2 3 4next
1
Thanks for the Lintalist recommendation. It looks like a well-rounded project and a good productivity booster for folks who are proficient with AHK.

I personally have gone down the Python route for this kind of thing.

For example, I actually have something substantially similar to Lintalist, worked out with YAML/JINJA2/TK.

I do see Lintalist appears to have some distinct advantages in some areas, relative to Python. For example, it is obviously geared toward simpler manipulation of WindowsAPI primitives, which can definitely require a lot more grunt-work from within Python.

In contrast, with Python, there is very little (if anything) that cannot be tweaked to your exact liking. Packages exist for everything under the sun, and you can configure things down to what precise syntax you want to use for snippet placeholders (for example), and what kind of expressions or dynamic values you want to have available to populate them.

This is why pastefromfile in FARR would round things out nicely, since it would permit any kind of inter-process communication where simple textfiles serve as the "pipes" between different applications, and FARR could serve as the general-purpose GUI front-end. Technically, it is already possible, since FARR is so extensible, but one goal is to minimize the amount of "clever workarounds" required.

Anyway, it is always satisfying to see other people's solutions and tools for productivity boosts, all centered around great ideas that you know took some time and thought.

Thanks, therefore, for your time and thought, and informative feedback!


2
Thanks for the replies folks!

I was hoping to avoid additional external dependencies outside FARR, but these are great suggestions.

Cheers.

3
This is a good reminder, thanks for the post.

4
Find And Run Robot / alias pastefromfile instead of alias paste
« on: May 07, 2021, 04:36 PM »
Greetings!

## Question

Is there an alias that works just like paste %WHATEVER% ... except it takes the contents of %WHATEVER% from a filepath on your local machine?

Something like pastefromfile %FILEPATH_HERE% ?

Something like pastefromfile c:\docs\temp\mytemporary_text_file.txt ?

## Rationale

The rationale for this request: paste works great for single-line-only text, but this request is looking for something that can take any arbitrary multi-line-string that lives in a file somewhere on the local machine.


Pages: [1] 2 3 4next
Go to full version