Skip to content

Instantly share code, notes, and snippets.

View ErnaneJ's full-sized avatar
👾

Ernane Ferreira ErnaneJ

👾
View GitHub Profile
@ErnaneJ
ErnaneJ / service.applescript
Last active October 2, 2025 21:20
AppleScript to create a service to improve text with Gemini on macos system ✨
--[[
AppleScript: Text Enhancement with Gemini 1.5 API
Version: 1.0
Developed by: Ernane Ferreira (https://github.com/ErnaneJ)
Description:
This script refines and formalizes selected text by utilizing the Gemini 1.5 Flash model from Google's API.
It integrates spelling, grammar, and stylistic improvements based on a given prompt.
Dependencies:
@ErnaneJ
ErnaneJ / todo-list-shell-script.md
Last active May 3, 2024 04:39
📋 TODO List - Shell Script 🐚

📋 TODO List - Shell Script 🐚

In your ~/.zshrc or ~/.bashrc configuration file, add the following instructions:

Storage 🎲

  • An environment variable to store a file where the task list will be stored;
export TODO="${HOME}/todo.txt"