Skip to content

Omibranch/hiring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hiring

You pushed code. HR noticed. A rejection letter has been delivered to your desktop.

hiring is a Linux tool that watches your code directories and sends desktop notifications when your code is "reviewed" by AI HR.


Install

git clone https://github.com/Omibranch/hiring
cd hiring
./install.sh

Requires Go 1.21+.


Usage

hiring                          # run once on current dir
hiring /your/project            # run once on a specific directory
hiring --lang en                # switch to English

Daemon mode (watches directory, sends desktop notifications)

hiring start --watch /your/project   # start daemon
hiring start --interval 60           # check every 60 seconds
hiring stop
hiring status
hiring lang ru                       # switch output language

When files change, hiring sends a desktop notification titled "Вы не приняты" / "You've Been Rejected". Clicking the notification opens the full letter as a text file, which is automatically deleted after 3 minutes.

Requires notify-send (install: sudo apt install libnotify-bin).

HuggingFace token

On first run, hiring will prompt you to enter your HuggingFace token. Get one free at https://huggingface.co/settings/tokens

The token is stored locally in ~/.config/doki/config and is never shared with anyone except api.huggingface.co.

Offline fallback works without a token.


Example

────────────────────────────────────────────────────────────
ByteForge Inc — Human Resources Division
April 7, 2026

Re: Code Review — myproject

After careful review, we will not proceed with your application.
The error handling in clipboard_unix.go and naming in main.go are below our standards.

Margaret Decline
ByteForge Inc, HR Department
────────────────────────────────────────────────────────────

Supported languages

Go, Python, JavaScript, TypeScript, Rust, C/C++, Java, Kotlin, Swift, Ruby, PHP, C#, Lua, Shell, Bash, Zsh, Fish, R, Julia, Elixir, Clojure, Haskell, OCaml, F#, Scala, Dart, Nim, Zig and more.


License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors