https://github.com/bbkane/bbkane
https://github.com/bbkane/bbkane
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbkane/bbkane
- Owner: bbkane
- Created: 2022-07-30T22:59:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T17:33:16.000Z (over 1 year ago)
- Last Synced: 2025-03-24T19:49:30.053Z (over 1 year ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Me
Hi, I'm Ben Kane! See my [personal website and blog](https://www.bbkane.com/) or browse through my projects (active and abandoned) here on GitHub :)
- [My repos sorted by stars](https://github.com/bbkane?tab=repositories&q=&type=&language=&sort=stargazers)
- [PRs to projects I don't own](https://github.com/search?q=author%3Abbkane+-owner%3Abbkane&type=pullrequests) (also see [Issues](https://github.com/search?q=author%3Abbkane+-owner%3Abbkane&type=issues))
- [Repos containing my username](https://sourcegraph.com/search?q=context:global+-lang:svg+-repo:bbkane+bbkane&patternType=standard&sm=1&groupBy=repo)
# Selected Projects
## [dotfiles](https://github.com/bbkane/dotfiles)
Configs for apps I care about - see the [`zsh`](https://github.com/bbkane/dotfiles/tree/master/zsh) config especially :)
## [enventory](https://github.com/bbkane/enventory)
Store project environmental files in a central database.

## [fling](https://github.com/bbkane/fling)
fling computes and creates/removes the minimal amount of symlinks needed in a directory to refer to files and directories in another directory, similar to GNU Stow. I use fling to manage my dotfiles.

## [gocolor](https://github.com/bbkane/gocolor)
A tiny cross-platform cross-platform terminal color library that supports enabling and disabling colors.

## [grabbit](https://github.com/bbkane/grabbit)
A small single-binary CLI to grab images from Reddit - I've been surprised how much I enjoy seeing beautiful wallpapers when I lock/unlock my computer.

## [logos](https://github.com/bbkane/logos)
Logging + Printing + Compromising

## [observable.bbkane.com](https://github.com/bbkane/observable.bbkane.com)
Source code for https://observable.bbkane.com/git-data , which graphs commits over time in different ways.
## [shovel](https://github.com/bbkane/shovel)
Make a lot of DNS requests and count the results! Useful for testing complex dynamic DNS records.

## [starghaze](https://github.com/bbkane/starghaze)
Save information about your GitHub starred repos into Google Sheets, Zinc, and SQLite!
```
$ sqlite3 starghaze.db '
SELECT
l.Name ,
COUNT(lr.Language_id) as Repo_Count
FROM
Language_Repo lr JOIN Language l ON lr.Language_id = l.id
GROUP BY Language_id
ORDER BY Repo_Count DESC
LIMIT 10
'
-- Loading resources from /Users/bbkane/.sqliterc
┌────────────┬────────────┐
│ Name │ Repo_Count │
├────────────┼────────────┤
│ Shell │ 939 │
│ JavaScript │ 617 │
│ HTML │ 598 │
│ Python │ 540 │
│ Makefile │ 519 │
│ CSS │ 432 │
│ Dockerfile │ 403 │
│ Go │ 367 │
│ C │ 305 │
│ C++ │ 230 │
└────────────┴────────────┘
```
## [toddlerevents](https://github.com/bbkane/toddlerevents)
Find Bay Area toddler events (currently only from public libraries) to attend with my son that are outside of work hours. Updates https://github.com/bbkane/toddlerevents.bbkane.com each Friday and Monday.
## [warg](https://github.com/bbkane/warg)
Declarative and Intuitive Command Line Apps with Go
