/Applications/Spotify.app/Contents/Resources/Spotify.sdef
# read-only
osascript -e 'tell application "Spotify" to player state' # stopped,playing,paused
osascript -e 'tell application "Spotify" to current track' # The current playing track.
osascript -e 'tell application "Spotify" to artwork url of current track' # Image data in TIFF format.
osascript -e 'tell application "Spotify" to artist of current track' # The artist of the track.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g prefix C-s | |
set -s escape-time 50 | |
set-option -g status on | |
set -g pane-border-style fg=colour232 | |
set -g pane-active-border-style "bg=default fg=colour232" | |
set-option -g status-interval 1 | |
set-option -g status-justify centre | |
set-option -g status-keys vi | |
set-option -g status-position bottom | |
set-option -g status-style fg=colour36,bg=colour232 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ============================================================================= | |
" Filename: autoload/lightline/colorscheme/zfarbp_lightline_theme.vim | |
" Author: zfarbp | |
" License: MIT License | |
" Last Change: 2020/03/15 | |
" ============================================================================= | |
" color definitions | |
" [ "gui", cterm ] | |
let s:base03 = [ '#242424', 235 ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" __Required Plugins__ " | |
" - https://github.com/jistr/vim-nerdtree-tabs " | |
" - https://github.com/tpope/vim-pathogen " | |
" - https://github.com/preservim/nerdtree " | |
" - https://github.com/pangloss/vim-javascript " | |
" - https://github.com/itchyny/lightline.vim " | |
" - https://github.com/airblade/vim-gitgutter " | |
" - https://github.com/mileszs/ack.vim " | |
" - https://github.com/junegunn/fzf " | |
" - https://github.com/sharkdp/fd " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best' https://www.youtube.com/watch?v=SLOBmN2iN60 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
find . -type l -print | perl -nle '-e || print' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==Phrack Inc.== | |
Volume One, Issue 7, Phile 3 of 10 | |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
The following was written shortly after my arrest... | |
\/\The Conscience of a Hacker/\/ | |
by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env GOOS=linux GOARCH=arm GOARM=5 go build <file> |
NewerOlder