Skip to content

Instantly share code, notes, and snippets.

/home/octonas/watched/movies:
21 (2008).mkv
300 (2006).mkv
Accepted (2006).mkv
A Few Good Men (1992).mkv
A History of Violence (2005).mkv
Air Bud (1997).mkv
Air Force One (1997).mkv
Alita: Battle Angel (2019).mkv
American History X (1998).mkv
/home/octonas/unwatched/movies:
10 Cloverfield Lane (2016).mkv
13 Hours (2016).mkv
2001: A Space Odyssey (1968).mkv
2010: The Year We Make Contact (1984).mkv
21 Jump Street (2012).mkv
22 Jump Street (2014).mkv
28 Days Later... (2002).mkv
300: Rise of an Empire (2014).mkv
310 to Yuma (2007).mkv
# This is a sample commands.py. You can add your own commands here.
#
# Please refer to commands_full.py for all the default commands and a complete
# documentation. Do NOT add them all here, or you may end up with defunct
# commands when upgrading ranger.
# A simple command for demonstration purposes follows.
# -----------------------------------------------------------------------------
from __future__ import (absolute_import, division, print_function)
@jebaum
jebaum / a.rb
Created November 12, 2017 20:50
" oblique {{{
let g:oblique#incsearch_highlight_all=1
let g:oblique#clear_highlight = 1
" nnoremap <expr> n 'Nn'[v:searchforward]
" nnoremap <expr> N 'nN'[v:searchforward]
map n <Plug>(Oblique-n!)
map N <Plug>(Oblique-N!)
augroup Oblique
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 1 h 57 min
Bit rate : 9 179 kb/s
Audio
ID : 2
Format : DTS
Format/Info : Digital Theater Systems
Mode : 16
Format settings, Endianness : Big
Codec ID : A_DTS
Duration : 1 h 57 min
Bit rate mode : Constant
Bit rate : 1 509 kb/s
SCRIPT_NAME = "gtalksms"
SCRIPT_AUTHOR = "james"
SCRIPT_VERSION = "0.1"
SCRIPT_LICENSE = "GPL3"
SCRIPT_DESC = "breaks gtalksms convos into buffers"
import_ok = True
gtalkSMSNick = "jamesbnexus5x"
# TODO setup notify / hotlist / highlight stuff properly
2015/12/08 14:34:23 [error @ forward_stderr:333] 15713 - Channel 1 stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/local/ANT/jbbaumga/.local/lib/python3.5/site-packages/neovim/__init__.py", line 65, in start_host
host = Host(Nvim.from_session(session))
File "/home/local/ANT/j
2015/12/08 14:34:23 [error @ forward_stderr:333] 15713 - Channel 1 stderr: bbaumga/.local/lib/python3.5/site-packages/neovim/plugin/host.py", line 39, in __init__
self._nvim_encoding = nvim.options['encoding']
File "/home/local/ANT/jbbaumga/.local/lib/python3.5/site-packages/neovim/api/common.py", line 43, in __getitem__
2015/12/08 14:34:23 [error @ forward_stderr:333] 15713 - Channel 1 stderr: return self._get(key)
@jebaum
jebaum / csv2muttalias.pl
Created August 14, 2015 16:56
neovim crash files
#!/usr/bin/perl
# Reads STDIN as 'Outlook CSV' (e.g. contacts exported from GMail webUI).
# Writes to STDOUT as mutt aliases
#
# Example usage:
#
# perl csv2muttalias.pl < contacts.csv >> ~/.muttrc
use strict;
" From the bairui & Raimondi show:
"
" Are you bored with vanilla z= ?
" Grab the overlay branch of vimple
" And GO WILD!
" NOTE: If you use vfm, you'll want to
" revert back to master branch of
" vimple, or pull overlay branch
" of vfm too, but it's experimental.