Alfred workflow for developer tools
Top 83.5% on sourcepulse
This repository provides a collection of Alfred Workflows written in Python 3, designed to streamline common development tasks for users of Alfred, a macOS productivity application. It offers a wide range of utilities from timestamp conversion and encoding to password generation, file management, and integration with services like ChatGPT and Jenkins.
How It Works
The workflows leverage Python 3 and the Alfred API to execute various commands and scripts. Key functionalities include interacting with external services via their APIs (e.g., OpenAI for ChatGPT, Jenkins API), performing system-level operations (like opening applications or directories), and executing utility scripts for tasks such as encoding/decoding, password generation, and network information retrieval.
Quick Start & Requirements
pip3 install requests bs4 openai
. Sublime Text 3 is required for specific workflows (e.g., opening .bash_profile
)..alfredworkflow
files into Alfred.Highlighted Details
Maintenance & Community
kaqijaing@gmail.com
) or WeChat (with "Alfred" in the note).Licensing & Compatibility
Limitations & Caveats
The repository contains both the main AJTools-AlfredWorkflow
and AJTools-other.workflow
, suggesting a modular but potentially fragmented feature set. Some functionalities, like Sublime Text integration, have specific external software dependencies.
1 year ago
1 day