Advertisement
systems_architect

Geany Snippets

Jul 12th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. # Geany Snippets
  2.  
  3. rd6=D6 Result: {command:rolldice -s 3d6}
  4. rd10=D10 Result: {command:rolldice -s 3d10}
  5. rd12=D12 Result: {command:rolldice -s 3d12}
  6. rd20=D20 Result: {command:rolldice -s 3d20}
  7. rd100=D100 Result: {command:rolldice -s 1d100}
  8. 1day={command:pal -d today -c 0 --nocolor -r 1}
  9. 3day={command:pal -d today -c 0 --nocolor -r 3}
  10. 5day={command:pal -d today -c 0 --nocolor -r 5}
  11. 7day={command:pal -d today -c 0 --nocolor -r 7}
  12. dicto={command:~/Dropbox/bin/dicto}
  13. tmp0={command:date --iso-8601} - {command:date '+%X'}\n\n{command:verse}\n\n
  14. tmp1={command:cat /home/marc/Dropbox/Marc/Writing/todo.txt}
  15. tmp2=## Glad, sad?\n\n- Today's Outcome\n- Fears
  16. tmp3=# Fortune\n\n{command:fortune}
  17. tmp4={command:shuf -n 1 /home/marc/Dropbox/Marc/Writing/Writing-Prompts.txt}
  18. urle=http://example.com
  19. list0=0: Date and verse. 1: Todo.txt. 2: Brief journal fmk. 3: Fortune. 4: Writing prompt, random. urle: Example.com.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement