Using a normal Google account it has a bunch of checkmarks on https://gemini.google.com/u/1/apps but this is not available on my Workspace account.
- 0 Posts
- 6 Comments
I bought it personally but I would hardly call it expensive. The three year license is like ~67 USD a year for both CRT and FX.
I love it mainly because it’s multi-platform but I wish it had more features. They boast their great integration with VShell but it would be much better if they just had better support for OpenSSH, like being able to push ssh keys to a host.
theit8514@lemmy.worldto PC Gaming@lemmy.ca•The Outer Wilds developers are making a new gameEnglish23·10 days agoBest news I’ve heard all day.
theit8514@lemmy.worldto World News@lemmy.world•‘They cannot be jammed’: fibre optic drones pose new threat in UkraineEnglish15·25 days agoThe fiber we use at our datacenter is quite flexible but still gets damaged if you bend it too far. To roll it like they describe you would still want to have a fairly large drum (probably like 3-4 inches in diameter) which would make it pretty bulky for a small drone.
There is a snap package which should be more up-to-date, but I’m not sure I would recommend that for an editor. Compiling from source would be fine, as it will default install into /usr/local and shouldn’t affect the existing install. Afterwards you may need to update the link to emacs in your /bin folder (manually or via update alternatives) or add the folder where the new emacs is to your path at the front.
Not OP but this is how I learned it and how it’s presented in the help file.
$ help while while: while COMMANDS; do COMMANDS-2; done $ help if if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi