-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion]: porting extra functionalities #11
Comments
I think that sounds cool! Ultimately, that's a question for @isabelroses, the maintainer. Whatcha think, Isabel? |
@meowgorithm @isabelroses one thing that I forgot to mention it's that apart from copying the image being a feature that once implemented with charmbracelet/freeze#97, it could be added the functionality of opening the image once is written. I leave a quick demo here showcasing it: opening_image_after_creation.mp4Note As you can see, selecting the line you want and then using, in my case, The ==============================================================================
freeze-code: require("freeze-code.health").check()
Checking for external dependencies ~
- OK Freeze: found! version: `(unknown)`
- OK GoLang: found! version: `go version go1.23.0 darwin/arm64`
- OK cURL: found! version: `curl 8.7.1 (x86_64-apple-darwin23.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.61.0`
- OK tar: found! version: `bsdtar 3.5.3 - libarchive 3.5.3 zlib/1.2.12 liblzma/5.4.3 bz2lib/1.0.8 `
- OK Osascript: found! version: `(unknown)`
- OK xclip: found! version: `(unknown)`
- OK gclip: found! version: `(unknown)`
- OK open: found! version: `(unknown)`
==================================================================================== ~ Note The requirements may vary depending on the OS, for example: In Windows it won't use xclip or tar, so this ones won't show up, the same goes for osascript, being needed only by MacOS. |
These seems like a great ideas to implement!
I don't think this is worth implementing. The idea seems nice but not worth the effort.
As you already mentioned with your other comment, it maybe better to wait on charmbracelet/freeze#97.
This is already a feature :) |
@isabelroses Do you want the Also, in mine I have an option |
What does that do?
You can use the output option for this with this plugin. |
Did my best attempt at adding some of those features. |
The opening_image_after_creation.mp4Comes in handy to check the image instead of going to the terminal or explorer and finding it, specially in the cases where you have it in another directory. Also at least in MacOS, in the preview you can copy it so it saves the action. This can be pass through an option or, for example, checking the arguments passed when using |
I made freeze-code.nvim not knowing there was an official plugin from charm-and-friends and I have some extra functionality that may be interested to port, if you are interested of course.
Functionalities:
:checkhealth
commandgo install
or native download from github releases and unzipping.Developer side*:
The text was updated successfully, but these errors were encountered: