Skip to content
View arnops's full-sized avatar
🌱
🌱

Block or report arnops

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
arnops/README.md

πŸ‘‹ Hi, I'm arnops

I ❀️ to play with stuff and share.

Below is a quick snapshot of what lives here and how to get started.


πŸš€ Projects

✈️ IFO β€” Identified Flying Object

A blazing-fast Rust CLI to query real-time aircraft data around any location using the OpenSky Network API.

  • Highlights: sub-5ms startup, coordinate or place-name queries, configurable radius & timeout
  • Install: download a release or cargo build --release
  • Repo: arnops/ifo

πŸ“‘ Pulse β€” CLI Monitoring with Discord Notifs

A lightweight CLI that runs commands on an interval, detects changes, and sends rich Discord webhook notifications.

  • Highlights: async execution, change tracking, multi-monitor config, tiny footprint
  • Install: download a release or cargo build --release
  • Repo: arnops/pulse

πŸ§ͺ Quick starts

IFO β€” query by place name

ifo --place "San Francisco"
# or with a custom search radius (~degrees; 0.5Β° β‰ˆ 55 km)
ifo --place "New York" --radius 1.0

Pulse β€” monitor a command and notify Discord

pulse run \
  --command "ifo --place 'NYC'" \
  --interval 60 \
  --webhook https://discord.com/api/webhooks/xxx/yyy

βΈ»

🀝 Contributing

Issues and PRs are welcome. If you have ideas for small, useful CLIs or workflow-friendly tooling, open an issue in the relevant repo.

βΈ»

πŸ“¬ Contact

The easiest way to reach me is by opening an issue on any of the repositories above.

Pinned Loading

  1. ifo ifo Public

    A blazing-fast Rust CLI application for querying real-time aircraft information flying over any location worldwide.

    Rust 2

  2. pulse pulse Public

    Pulse - Rust CLI Monitoring

    Rust 2