Skip to content

Instantly share code, notes, and snippets.

View pksunkara's full-sized avatar
🤖
Working on automation

Pavan K Sunkara pksunkara

🤖
Working on automation
View GitHub Profile
@pksunkara
pksunkara / config.toml
Last active July 7, 2025 17:30
Sample of jj config file (Example jj/config.toml) (Place them in $XDG_CONFIG_HOME/jj)
'$schema' = 'https://jj-vcs.github.io/jj/latest/config-schema.json'
[user]
name = 'Pavan Kumar Sunkara'
email = '[email protected]'
username = 'pksunkara'
[ui]
default-command = 'default'
editor = 'nvim'
@pksunkara
pksunkara / keybase.md
Created June 13, 2014 07:11
keybase.md

Keybase proof

I hereby claim:

  • I am pksunkara on github.
  • I am pksunkara (https://keybase.io/pksunkara) on keybase.
  • I have a public key whose fingerprint is 99CE B8EB B2ED C081 CA78 1127 F970 11F6 0D3A A3F6

To claim this, I am signing this object:

@pksunkara
pksunkara / clarg.md
Created December 16, 2011 12:27
Command Line Arguments Specification

Command Line Arguments Specification

This specification defines Command Line Arguments level 1 (CLARG 1.0). This document aims to direct development of command line tools conform to a set of rules while parsing options.

Arguments

The different type of arguments are:

  • Short Option
  • Long Option
@pksunkara
pksunkara / config
Last active July 7, 2025 07:45
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
# vi: ft=dosini
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[column]