Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
savioxavier
Follow
Back in action

Skyascii savioxavier

Back in action
I develop cli tools, libraries and webapps

Organizations

Block or report savioxavier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user's behavior. Learn more about reporting abuse.

Report abuse
savioxavier/README.md

Hey, I'm Savio

I develop CLI tools, libraries and webapps. See my collection of repos for more.

cat github.ts
, f: Framework<'next' | 'react' | 'vue' | 'nuxt' | 'svelte'>, s: Shell<'zsh' | 'bash' | 'powershell'>, e: Editor<'vscode' | 'neovim' | 'pycharm'> ): GitHubProfile => gh.update('savioxavier', { l, f, s, e })">/* eslint-enable better-readme */
const self = (
l: Language<'python' | 'go' | 'typescript' | 'javascript'>,
f: Framework<'next' | 'react' | 'vue' | 'nuxt' | 'svelte'>,
s: Shell<'zsh' | 'bash' | 'powershell'>,
e: Editor<'vscode' | 'neovim' | 'pycharm'>
): GitHubProfile => gh.update('savioxavier', { l, f, s, e })
GET /stats

GET /languages

Pinned Loading

  1. termlink termlink Public

    Clickable links in the terminal for Go

    Go 74 6

  2. pyboxen pyboxen Public

    Incredibly customizable terminal boxes for Python

    Python 44

  3. dbglib dbglib Public

    A library that provides quick and easy debugging for your Python scripts

    Python 7

  4. react-resp react-resp Public

    Dynamically build responsive layouts in React

    TypeScript 2

  5. qds qds Public

    Quick Dirty Scripts in Python

    Python 3

  6. observer observer Public

    Live reload for Python apps

    Python