83 private links
Brilliant talk on taskwarrior:
- quick explanation of tasks, tags, dates, contexts
- scheduling (wait; schedule; until)
- integrations with bugwarrior (gitlab,github,trello, even email e.g. when starring)
- intermediate context behaviors
- visualizations & graphical reports (burndown etc)
- shell integration (show overdue/urgent/tomorrow tasks on prompt)
Sync github, bitbucket, and trac issues with taskwarrior
supports many more than tagline above
Interact with taskwarrior through go via this simple api
Can e.g. add tasks, display tasks and so on.
Contains an example which aggregates tasks and sends a (local) email every morning, using api and systemd
⏱ A simple task and time manager (vim plugin).
uses unfog-cli as the task-management backend
unfog-cli combines task-management and time-management
taskwarrior-like focusing more on streamlined display and board-like appearance than others
Taskwarrior-like implementation using git and incorporating notes
Fast, stable - but no recurring tasks and fewer integrations than taskwarrior (by default)
Explains concepts of connecting taskwarrior into your shell workflow by realizing its programmability (e.g. using it directly as a python library to show project maintenance on starting shell)
Touches on simple concept to combine projects in taskwarrior and project notes -- not by keeping the two in one file but by combining zsh function with project notes.
Could be extended to automatically bring up notes for taskwarrior task display and so on
preprocess (unpaper) and ocr (tesseract) pdf files and 'sandwich' the text behind the image -> output is a selectable pdf
seems perfect for pdf pipeline
PDF viewer for linux:
- few dependencies
- relatively small
- zathura-like hjkl movement
- rest of movement may be bindable like zathura?
- can open annotation viewer/editor with a
- can invert color with I, tint color with C
- runs on opengl (the newer mupdf-gl version)
A music player that connects to your cloud.
Connect WebDAV, S3, Dropbox, etc as a file source and diffuse will pick it up.
Cross-platform content sharing in a local network. Contribute to KuroLabs
Easy File-sharing between android, ios, linux, windows, macos
A short narrated video demonstrating iPhone Linux, a port of the Linux operating system to the iPhone 2G, iPhone 3G, and first-generation iPod touch platforms. This…
i'll leave you what my screen prints here: setup: Loaded kernel at 0x0a269df8. scripting: No such file or directory
One of the main issues with modern smartphones is the extremely short lifespan of this category of devices, which makes even high-end ones painfully slow within years. In fact, studies have shown that it takes the average European, American or Asian user less than two years to dump their old
Luckily there is a way to mount your VPS file system to your local computer so you can make changes on the fly and treat your droplet as local storage.
I am developing a Nodejs application that the user interacts with via HTTP on localhost. There are practically no parameters and the daemon has virtually no dependencies and it just needs to be up ...
This tutorial shows you how to configure system services to automatically restart after a crash or a server reboot. We cover the three most common init systems in this tutorial: System V, Upstart, and systemd.