Jump to content

Nir

Member
  • Posts

    5
  • Joined

  • Last visited

Nir's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. @vitor it is relatively new so it gets updates frequently (2 Hrs.). Later on as list will be more baked, I'll make it less frequent. I might adopt your suggestion and make it an open-source project later on, thanks
  2. @deanishe thank you for your comments, a new version already deployed to Packal (V1.1) with local cache (4 Hrs.)
  3. @deanishe sure, that's what I'm about to do. It's my first workflow and I'm still learning how Alfred workflows works. Is there any resource that is going deeper than the official Alfred documentation?
  4. @deanishe @xilopaint thank you both for your comments. I've split Python versions into two separate items. Next time - feel free to submit a PR if you want. Cheers.
  5. Quick access to popular libraries, frameworks & tools online developer documentation. With all these great frameworks & libraries out there, it's hard to master each one of them. D2 (Developer Documentation) provides links to online documentation of the most popular frameworks, libraries and other development tools, so you’ll able to get some answers quickly. Workflow can be downloaded from Packal. Think of another great link to add to D2? Open D2 repository on Github Make sure the link is not already in the file Edit data.json file Add your link object to the bottom of the array: { "name": "Tool's name as appear on its website", "description": "Tool's description as appear on its website, up to 100 characters", "tags": ["lowered", "case", "tags"], "link": "direct link to documentation / api page, e.g. https://emberjs.com/api/", "timestamp": "current date as YYYY-MM-DD, e.g. 2017-01-01", "credit": "your_username@some_website, e.g. nire0510@github" } Submit your PR
×
×
  • Create New...