Skip to content

Instantly share code, notes, and snippets.

@consindo
consindo / todotxt.coffee
Created January 12, 2013 02:09
Nitro todo.txt generator
textfile = ""
pro = true
if pro
tasks = Task.sort(Task.list("all"))
# Avoids Logic
priorityArray = ["", "(A) ", "(B) ", "(C) "]
i = 0
while i < tasks.length
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 22, 2024 17:28
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname