Custom app manifests for Scoop.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

todour.json 624B

1234567891011121314151617
  1. {
  2. "homepage": "https://nerdur.com/todour-pl/",
  3. "description": "Todour is an application for handling todo.txt files on Windows, Mac and Linux. The format is especially practical for an approach similar to the one suggested in the book Getting Things Done by David Allen, often referred to as GTD.",
  4. "version": "2.20",
  5. "license": "GPL-2.0-or-later",
  6. "url": "https://nerdur.com/Todour-v2.20.zip",
  7. "hash": "sha256:8B3F3AF7B758A66A0884C3139CFD8EEB2A72DAA4AF51492A290CB5089B8DB49B",
  8. "shortcuts": [
  9. [
  10. "Todour.exe",
  11. "Todour"
  12. ]
  13. ],
  14. "checkver": {
  15. "github": "https://github.com/SverrirValgeirsson/Todour"
  16. }
  17. }