Skip to content

Instantly share code, notes, and snippets.

View Chinggis6's full-sized avatar

Chinggis Tenger Chinggis6

View GitHub Profile

Start weechat if you haven't already:

$ weechat

open up browser and go to: https://irc.gitter.im/ retrieve your /PASS

In weecaht run (thanks to raine):

@mshuffett
mshuffett / solarized_dark.vimp
Created December 13, 2014 21:49
Modified solarized dark theme for vimperator
" ==VimperatorColorSchema==
" name: Solarlized enhanced by Kenta Suzuki. (Based on 'Solarized')
" url: https://github.com/suzuken/dotfiles/blob/master/vimperator/colors/solarized.vimp
" ==/VimperatorColorSchema==
"
" Solarized - Ethan Schoonover
" http://ethanschoonover.com/solarized
"
" SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB
" --------- ------- ---- ------- ----------- ---------- ----------- -----------
@protrolium
protrolium / wget.md
Last active March 27, 2026 23:58
wget commands

Download Only Certain File Types Using wget -r -A

You can use this under following situations:

  • Download all images from a website
  • Download all videos from a website
  • Download all PDF files from a website

$ wget -r -A.pdf http://url-to-webpage-with-pdfs/

# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
@aeakett
aeakett / solarized.xml
Created March 23, 2016 12:50
rough pass at making a Solarized theme for muCommander
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<!-- = File table appearance ========================= -->
<!-- ================================================= -->
<file_table>
<font family="Consolas" size="13"/>
<border color="404040"/>
<inactive_border color="404040"/>
<outline color="073642"/>
<inactive_outline color="cccccc"/>

TaskWarrior Quick Cheat Sheet

Last Update: 2017-01-11

Undelete a Task

task [id] modify end: status:pending

Undelete tasks that were deleted today

task +DELETED end:today modify end: status:pending