🪄 An online tool for making notion-style avatars.

cover

Notion Avatar Maker

An online tool for making notion-style avatars.

I18n supported:

Styles

  • 😉 11 face shapes
  • 👃🏼 11 noses
  • 👄 11 mouths
  • 👀 11 eyes
  • 👁️ 11 eyebrows
  • 🕶️ 10 glasses
  • 💇‍♀️ 30 hairstyles
  • 🎅🏼 10 beards
  • 💋 10 facial details
  • 💍 10 accessories

Assets

Contact

  • Open an issue if you have any question about this app.
  • DM me on twitter is also welcome.

Buy Me a Coffee at ko-fi.com

Comments
  • chore(deps): update dependency prettier to v2.6.2

    chore(deps): update dependency prettier to v2.6.2

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | prettier (source) | 2.4.0 -> 2.6.2 | age | adoption | passing | confidence |


    Release Notes

    prettier/prettier

    v2.6.2

    Compare Source

    diff

    Fix LESS/SCSS format error (#​12536 by @​fisker)
    // Input
    .background-gradient(@​cut) {
        background: linear-gradient(
            to right,
            @​white 0%,
            @​white (@​cut - 0.01%),
            @​portal-background @​cut,
            @​portal-background 100%
        );
    }
    
    // Prettier 2.6.1
    TypeError: Cannot read properties of undefined (reading 'endOffset')
    
    // Prettier 2.6.2
    .background-gradient(@​cut) {
      background: linear-gradient(
        to right,
        @​white 0%,
        @​white (@​cut - 0.01%),
        @​portal-background @​cut,
        @​portal-background 100%
      );
    }
    
    Update meriyah to fix several bugs (#​12567 by @​fisker, fixes in meriyah by @​3cp)

    Fixes bugs when parsing following valid code:

    foo(await bar());
    
    const regex = /.*/ms;
    
    const element = <p>{/w/.test(s)}</p>;
    
    class A extends B {
      #privateMethod() {
        super.method();
      }
    }
    

    v2.6.1

    Compare Source

    diff

    Ignore loglevel when printing information (#​12477 by @​fisker)

    v2.6.0

    Compare Source

    prettier --loglevel silent --find-config-path index.js

    v2.5.1

    Compare Source

    diff

    Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
    // Input
    type Foo =
      Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
        ? Foo3
        : Foo4;
    
    // Prettier 2.5.0
    type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
    
    ]
      ? Foo3
      : Foo4;
    
    // Prettier 2.5.0 (tailingCommma = all)
    // Invalid TypeScript code
    type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
      ,
    ]
      ? Foo3
      : Foo4;
    
    // Prettier 2.5.1
    type Foo =
      Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
        ? Foo3
        : Foo4;
    
    
    Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

    A internal change in [email protected] accidentally breaks the Jest inline snapshot test.

    Support Glimmer's named blocks (#​11899 by @​duailibe)

    Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

    See: Glimmer's named blocks.

    // Input
    <Component>
      <:named></:named>
    </Component>
    
    // Prettier 2.5.0
    <Component>
      <:named />
    </Component>
    
    // Prettier 2.5.1
    <Component>
      <:named></:named>
    </Component>
    

    v2.5.0

    Compare Source

    diff

    🔗 Release Notes

    v2.4.1

    Compare Source

    diff

    Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
    // Input
    @&#8203;forward "library" as btn-*;
    
    // Prettier 2.4.0
    @&#8203;forward "library" as btn- *;
    
    // Prettier 2.4.1
    @&#8203;forward "library" as btn-*;
    
    Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

    A new --debug-print-ast CLI flag for debugging.


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency lint-staged to v11.2.6

    chore(deps): update dependency lint-staged to v11.2.6

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | 11.1.2 -> 11.2.6 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v11.2.6

    Compare Source

    Bug Fixes

    v11.2.5

    Compare Source

    Bug Fixes

    v11.2.4

    Compare Source

    Performance Improvements

    v11.2.3

    Compare Source

    Bug Fixes

    v11.2.2

    Compare Source

    Bug Fixes

    v11.2.1

    Compare Source

    Bug Fixes

    v11.2.0

    Compare Source

    Features

    v11.1.4

    Compare Source

    v11.1.3

    Compare Source


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency eslint-plugin-react-hooks to v4.4.0

    chore(deps): update dependency eslint-plugin-react-hooks to v4.4.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | eslint-plugin-react-hooks (source) | 4.2.0 -> 4.4.0 | age | adoption | passing | confidence |


    Release Notes

    facebook/react

    v4.4.0

    • No changes, this was an automated release together with React 18.

    v4.3.0


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency eslint-plugin-react to v7.29.4

    chore(deps): update dependency eslint-plugin-react to v7.29.4

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | eslint-plugin-react | 7.24.0 -> 7.29.4 | age | adoption | passing | confidence |


    Release Notes

    yannickcr/eslint-plugin-react

    v7.29.4

    Compare Source

    Fixed

    v7.29.3

    Compare Source

    Fixed

    v7.29.2

    Compare Source

    Fixed
    • [jsx-curly-brace-presence]: avoid warning on curlies containing quote characters (#​3214 @​ljharb)
    • [jsx-indent]: do not report on non-jsx-returning ternaries that contain null (#​3222 @​ljharb)
    • [jsx-indent]: properly report on returned ternaries with jsx (#​3222 @​ljharb)
    • [no-array-index-key]: detect named-imported cloneElement/createElement (#​3213 @​ljharb)

    v7.29.1

    Compare Source

    Fixed

    v7.29.0

    Compare Source

    Added
    Fixed
    Changed

    v7.28.0

    Compare Source

    Added
    Fixed
    Changed

    v7.27.1

    Compare Source

    Fixed
    • [no-invalid-html-attribute]: allow link rel to have apple-touch-icon, mask-icon (#​3132 @​ljharb)
    • [no-unused-class-component-methods]: add getChildContext lifecycle method (#​3136 @​yoyo837)
    • [prop-types]: fix false positives on renames in object destructuring (#​3142 @​golopot)
    • [no-arrow-function-lifecycle]: fix invalid autofix from a concise arrow method to a regular one (#​3145 @​ljharb)
    • [display-name]: avoid false positives on non-creatClass object expressions (#​3144 @​ljharb)
    Changed

    v7.27.0

    Compare Source

    Added
    Fixed
    • propTypes: add VoidFunctionComponent to react generic list (#​3092 @​vedadeepta)
    • [jsx-fragments], [jsx-no-useless-fragment]: avoid a crash on fragment syntax in typescript-eslint parser (@​ljharb)
    • [jsx-props-no-multi-spaces]: avoid a crash on long member chains in tag names in typescript-eslint parser (@​ljharb)
    • [no-unused-prop-types], usedPropTypes: avoid crash with typescript-eslint parser (@​ljharb)
    • [display-name]: unwrap TS as expressions (#​3110 @​ljharb)
    • [destructuring-assignment]: detect refs nested in functions (#​3102 @​ljharb)
    • [no-unstable-components]: improve handling of objects containing render function properties (#​3111 @​fizwidget)
    • [prop-types], propTypes: add forwardRef<>, ForwardRefRenderFunction<> prop-types (#​3112 @​vedadeepta)
    • [no-typos]: prevent a crash when using private methods (@​ljharb)
    • [destructuring-assignment], component detection: improve component detection (#​3122 @​vedadeepta)
    • [no-invalid-html-attribute]: avoid crash on spread props (#​3126 @​ljharb)
    Changed

    v7.26.1

    Compare Source

    Fixed
    Changed

    v7.26.0

    Compare Source

    Added
    Fixed
    Changed
    • [no-access-state-in-setstate]: passing test for “don't error if it's not a React Component” (#​1873 @​kentcdodds)

    v7.25.3

    Compare Source

    Fixed
    Changed
    • [readme] Update broken link for configuration files (#​3071 @​prateek3255)
    • [Refactor] create/extract isCreateElement and isDestructuredFromPragmaImport utils (@​ljharb)

    v7.25.2

    Compare Source

    Fixed

    v7.25.1

    Compare Source

    Fixed
    • [no-this-in-sfc], component detection: Improve stateless component detection (#​3056 @​Wesitos)

    v7.25.0

    Compare Source

    Added
    Fixed
    Changed

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency eslint-plugin-jsx-a11y to v6.5.1

    chore(deps): update dependency eslint-plugin-jsx-a11y to v6.5.1

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | eslint-plugin-jsx-a11y | 6.4.1 -> 6.5.1 | age | adoption | passing | confidence |


    Release Notes

    jsx-eslint/eslint-plugin-jsx-a11y

    v6.5.1

    Compare Source

    ==================

    v6.5.0

    Compare Source

    ==================

    • 0f5f582 [New] support ESLint 8.x (#​810)
    • 1dbc416 [Deps] update @babel/runtime, axe-core
    • 4043d31 [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, eslint-config-airbnb-base
    • d143cba [Docs] HTTP => HTTPS (#​823)
    • 309b040 [Docs] anchor-has-content: add missing close / for jsx succeed example (#​821)
    • ba1e312 [eslint] simplify eslint command
    • 0269025 [meta] change all master references in URLs to HEAD
    • f1414cf [Dev Deps] add eslint-plugin-eslint-plugin (#​818)
    • f44fc05 [meta] update URLs
    • df34872 [Refactor] switch to export default syntax for exporting rules (#​819)
    • ff26b82 [meta] fix prepublish scripts
    • d4a57d8 [Deps] update @babel/runtime, array-includes, axe-core, jsx-ast-utils
    • bd1dec6 [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, eslint-plugin-import, estraverse, safe-publish-latest
    • 434c4cf [Tests] do not test eslint 7 on node 11
    • aed7a20 [Tests] use @babel/eslint-parser instead of babel-eslint (#​811)
    • 0021489 [actions] use codecov action
    • 1251088 [meta] delete FUNDING.yml in favor of .github repo
    • ecf7a27 [Docs] scope: replace duplicate scope word (#​799)
    • 952af25 [Fix] no-access-key: Fix wording and grammar (#​800)
    • 6cf7ac0 [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, aud, eslint-plugin-flowtype, eslint-plugin-import
    • 79a35d4 [Deps] update @babel/runtime, axe-core, damerau-levenshtein
    • 2a9ab71 [Tests] delete src/util/getComputedRole-test.js test in node 6
    • 0c1c587 [Tests] autocomplete-valid: move some failed tests to passing
    • 8830902 [Tests] fix eslint < 7 not understanding import type
    • d57887c [Tests] ensure all tests run
    • 55e5c11 Support img role for canvas (#​796)
    • 36102cd [meta] use prepublishOnly script for npm 7+
    • 2501a7f Remove the link-button focus css from the anchor-is-valid doc (#​662)
    • d927625 Update recommended config to allow fieldset to have the radiogroup role (#​746)
    • 5aa8db9 [Docs] Clarify the title of the strictness table in the main doc (#​786)
    • df3c7ad [Docs] Document the similarity between html-has-lang and lang (#​778)
    • 426d4c2 Fix Flow warnings (#​785)
    • ecec8e4 Fully deprecate accessible-emoji rule (#​782)
    • 8a0e43c [Tests] remove .travis.yml
    • f88bf6b [Dev Deps] update flow-bin to support aarch64 (#​784)
    • 369f9db [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, aud, eslint-plugin-flowtype, jscodeshift
    • ce0785f [Deps] update @babel/runtime, array-includes, axe-core, emoji-regex
    • 2c2a2ad [actions] update to use node/install action
    • c275964 [Docs] anchor-is-valid: general cleanup (#​728)
    • 3df059e [Docs] no-redundant-roles: Adds missing closing square bracket (#​775)
    • 42ce5b7 [Docs] anchor-is-valid: Add Next.js case (#​769)
    • 2e5df91 [Tests] fix tests breaking on npm 7
    • 066ccff [Docs] no-noninteractive-tabindex: Add example for tabIndex on seemingly non-interactive element (#​760)
    • 6b19aa5 [Tests] migrate tests to Github Actions (#​764)
    • 7e158e3 [meta] run aud in posttest
    • 71f390f [Tests] stop using coveralls
    • e54b466 [meta] add Automatic Rebase and Require Allow Edits workflows
    • 7d5511d [New] label-has-associated-control: Add glob support (#​749)
    • 854da0c Ran npm update; latest packages (#​763)
    • 8637aa7 (source/pr/734, fork/pr/26) [patch] strict config: Turn off label-has-for (#​734)
    • d85ce54 [doc] Add link to MDN Aria documentation (#​762)
    • 20b48a4 [patch] no-onchange: Remove rule from recommended/strict configs, and deprecate (#​757)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency @types/react-dom to v17.0.14

    chore(deps): update dependency @types/react-dom to v17.0.14

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @types/react-dom | 17.0.9 -> 17.0.14 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • A Face Look is Transparent

    A Face Look is Transparent

    As shown below, if we select this type of face (first image) and a colored background, the face will look like this (second image), which is different from other type of faces. I am not sure whether it is a bug or a feature lol.

  • chore(deps): update dependency @types/react to v17.0.43

    chore(deps): update dependency @types/react to v17.0.43

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @types/react | 17.0.21 -> 17.0.43 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency eslint-plugin-import to v2.25.4

    chore(deps): update dependency eslint-plugin-import to v2.25.4

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | eslint-plugin-import | 2.23.4 -> 2.25.4 | age | adoption | passing | confidence |


    Release Notes

    import-js/eslint-plugin-import

    v2.25.4

    Compare Source

    Fixed
    Changed
    • [no-default-import]: report on the token "default" instead of the entire node ([#​2299], thanks [@​pmcelhaney])
    • [Docs] [order]: Remove duplicate mention of default ([#​2280], thanks [@​johnthagen])
    • [Deps] update eslint-module-utils

    v2.25.3

    Compare Source

    Fixed
    Changed

    v2.25.2

    Compare Source

    Fixed

    v2.25.1

    Compare Source

    Fixed
    • [Deps] update eslint-module-utils

    v2.25.0

    Compare Source

    Added
    Fixed
    Changed
    • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up ([#​2047], thanks [@​mgwalker])
    • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] ([#​2220], thanks [@​jablko])
    • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage ([#​2233], thanks [@​jablko])

    v2.24.2

    Compare Source

    Fixed
    • [named], [namespace]: properly handle ExportAllDeclarations ([#​2199], thanks [@​ljharb])

    v2.24.1

    Compare Source

    Fixed
    Changed

    v2.24.0

    Compare Source

    Added
    Fixed
    • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
    • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
    • [no-extraneous-dependencies]: add ESM intermediate package.json support ([#​2121], thanks [@​paztis])
    • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
    • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
    Changed

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency eslint-config-prettier to v8.5.0

    chore(deps): update dependency eslint-config-prettier to v8.5.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | eslint-config-prettier | 8.3.0 -> 8.5.0 | age | adoption | passing | confidence |


    Release Notes

    prettier/eslint-config-prettier

    v8.5.0

    Compare Source

    v8.4.0

    Compare Source


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

  • chore(deps): update dependency @types/node to v14.18.12

    chore(deps): update dependency @types/node to v14.18.12

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @types/node | 14.17.15 -> 14.18.12 | age | adoption | passing | confidence |


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

🔍 Go tool for LSB steganography, capable of hiding any file within an image.
🔍 Go tool for LSB steganography, capable of hiding any file within an image.

stegify Overview stegify is a simple command line tool capable of fully transparent hiding any file within an image or set of images. This technique i

Jan 1, 2023
Faster than the fastest in the world pixel-by-pixel image difference tool.

imgdiff Faster than the fastest in the world pixel-by-pixel image difference tool. Why? imgdiff isn't as fast as a tool like this should be and I'm no

Dec 21, 2022
A cross-platform tool to convert images into ascii art and print them on the console
A cross-platform tool to convert images into ascii art and print them on the console

A cross-platform tool to convert images into ascii art and print them on the console

Dec 30, 2022
An extensive, fast, and accurate command-line image dithering tool.
An extensive, fast, and accurate command-line image dithering tool.

didder is an extensive, fast, and accurate command-line image dithering tool. It is designed to work well for both power users as well as pipeline scripting. It is backed by my dithering library, and is unique in its correctness and variety of dithering algorithms.

Dec 31, 2022
golang aspect tool
golang aspect tool

简介 go-aspect是一个为golang提供切面编程可能性的工具,可以使用该工具,替换原有的go build来进行编译,将预先配置好的切面编织到目标代码中 效果图 安装方式 源码安装 下载源码到本地 切换到源码目录,运行 make install 使用简介 目前仅支持mod模式的工程 编织是基于

Mar 13, 2022
A lightweight and easy to use tool for deflickering timelapse image sequences.
A lightweight and easy to use tool for deflickering timelapse image sequences.

Simple Deflicker A minimalist, lightning-fast and easy to use tool for deflickering image sequences such as timelapses. It's still in its early stages

Aug 12, 2022
a tool to output images as RGB ANSI graphics on the terminal
a tool to output images as RGB ANSI graphics on the terminal

imgcat Tool to output images in the terminal. Built with bubbletea install homebrew brew install trashhalo/homebrew-brews/imgcat prebuilt packages Pr

Dec 28, 2022
Tool to scan a container image's rootfs

image-rootfs-scanner A tool to pull and scan the rootfs of any container image for different binaries. It started out as a means of finding "restricte

Mar 30, 2022
An easy-to-use OCR and Japanese to English translation tool
An easy-to-use OCR and Japanese to English translation tool

Manga Translator An easy-to-use application for translating text in images from Japanese to English. The GUI was created using Gio. Gio supports a var

Dec 28, 2022
JPEG-MPO Decoder / Converter Library and CLI Tool

MPO Decoder Library Simple Go JPEG MPO (Multi Picture Object) Decoder - Library and CLI Tool The library and CLI tool contain the ability to convert M

Sep 26, 2022
Simple tool for changing graphics in dbd

Config changer for Dead By Deaylight For now only for epic store version And if only installed under C:\ further updates will include support for vers

May 3, 2022
Open-in-linear - A tool provides a shortcut to opening a linear issue in the desktop app or browser

This tool provides a shortcut to opening a linear issue in the desktop app or browser.

Jan 25, 2022
notion-md-gen allows you to use Notion as a CMS for pages built with any static site generators

notion-md-gen allows you to use Notion as a CMS for pages built with any static site generators

Dec 12, 2022
generates avatars based on a user's name

Gradient Avatar Service - GAS Gradient Avatar Service is a service that generates avatars based on a user's name. GAS is inspired by Vercel's user ava

Jan 16, 2022
A generator of cats/birds/mobilizon pictures optimised to generate or random avatars, or defined avatar from a "seed"

A generator of cats/birds/mobilizon pictures optimised to generate or random avatars, or defined avatar from a "seed". A derivation by David Revoy from the original MonsterID by Andreas Gohr's.

Feb 7, 2022
LeetCode in Go with the code style strictly follows the Google Golang Style Guide
LeetCode in Go with the code style strictly follows the Google Golang Style Guide

LeetCode in Go LeetCode Online Judge is a website containing many algorithm questions. Most of them are real interview questions of Google, Facebook,

Nov 13, 2021
An online, full fledged bank system - ATM, online bank, transactions, bank cards

Bank An online, full fledged bank system - ATM, online bank, transactions, bank cards Online Bank: The online banking system can be used to send trans

Apr 2, 2022
A CLI tool that you can use create regular backups of your Notion.so Pages.

notion-offliner A CLI tool that you can use create regular backups of your Notion.so Pages. Perfect for disaster scenarios and offline usage. MacOS an

Jan 3, 2023
Go client for the Notion API.

go-notion go-notion is a client for the Notion API, written in Go. Features The client supports all (non-deprecated) endpoints available in the Notion

Jan 2, 2023
NotionGo is a Go client library for accessing the Notion API v1.

NotionGo (WIP) NotionGo is a Go client library for accessing the Notion API v1. Installation NotionGo is compatible with modern Go releases in module

May 22, 2021