mirror of
https://github.com/ivuorinen/ivuorinen.git
synced 2026-03-18 11:02:42 +00:00
Compare commits
59 Commits
1a76a93398
...
2026.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab43c9f1a1 | ||
|
|
59d405eae7 | ||
|
|
eb594a37d5 | ||
| b90b365bc0 | |||
|
|
91a25fd9f9 | ||
|
|
b9738113e0 | ||
|
|
48f4835377 | ||
|
|
b8165c1daf | ||
|
|
82e31ac267 | ||
|
|
a2e6c135d1 | ||
|
|
03df662375 | ||
|
|
c861105162 | ||
|
|
8ba75763cb | ||
|
|
3f5d8e3895 | ||
|
|
ed11e2efd1 | ||
|
|
6c898df62a | ||
|
|
f9731e1083 | ||
|
|
b071771bb1 | ||
|
|
5a19f9b0c3 | ||
|
|
6912a62e60 | ||
|
|
e79b7fa084 | ||
|
|
4192fbf1a0 | ||
|
|
9ea56cf896 | ||
|
|
5e7aeeb57b | ||
|
|
00b92bca83 | ||
|
|
b8d506dddc | ||
|
|
00599d735c | ||
|
|
b5a032c7dd | ||
|
|
ae83c87e1c | ||
|
|
7754411ca6 | ||
|
|
bb7b668165 | ||
|
|
2fa328f252 | ||
|
|
d82d82ed8e | ||
|
|
dd7b617473 | ||
|
|
3d8909aba7 | ||
|
|
1c8efb3565 | ||
|
|
d2fbe3d8f7 | ||
|
|
7612f093bc | ||
|
|
2d8094e0cf | ||
|
|
a0ebdbe5ad | ||
|
|
26665fedf2 | ||
|
|
7693086873 | ||
|
|
a11a42abb0 | ||
|
|
0a52cd1396 | ||
|
|
35ad4e3a0b | ||
|
|
bd7cff7d8d | ||
|
|
3fbeb5ad4e | ||
|
|
4b5f4aca6b | ||
|
|
b3fac07127 | ||
|
|
085a92213f | ||
|
|
8d075b062d | ||
|
|
c5c4c5f331 | ||
|
|
66e18615ec | ||
|
|
63596fbc9f | ||
|
|
8d36f9ace6 | ||
|
|
4233c093ff | ||
|
|
11b8408e6c | ||
|
|
abd5c58aac | ||
|
|
c8af7136af |
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Cache Node Modules
|
||||
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
|
||||
id: cache
|
||||
with:
|
||||
path: node_modules
|
||||
|
||||
2
.github/workflows/readme-scribe.yaml
vendored
2
.github/workflows/readme-scribe.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
writeTo: README.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
|
||||
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
|
||||
with:
|
||||
commit_message: 'Update generated README'
|
||||
branch: main
|
||||
|
||||
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
statuses: write
|
||||
steps:
|
||||
- name: 🚀 Run Release Drafter
|
||||
uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
|
||||
uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 🚀 Run stale
|
||||
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
|
||||
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 30
|
||||
|
||||
@@ -18,12 +18,12 @@ repos:
|
||||
args: [--autofix, --no-sort-keys]
|
||||
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.45.0
|
||||
rev: v0.47.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args: [-c, .markdownlint.json, --fix]
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.37.1
|
||||
rev: v1.38.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
|
||||
28
README.md
28
README.md
@@ -8,11 +8,11 @@ I'm also a huge fan of open-source, and I try to contribute back to the communit
|
||||
|
||||
#### 👷 Check out what I'm currently working on
|
||||
|
||||
- [ivuorinen/cheatsheet-tldr](https://github.com/ivuorinen/cheatsheet-tldr) - tldr-pages/tldr pages for cheat/cheat (1 day ago)
|
||||
- [ivuorinen/base-configs-stylelint](https://github.com/ivuorinen/base-configs-stylelint) - ivuorinen's shareable configuration for stylelint. (1 day ago)
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) - These are my dotfiles. There are many like 'em, but these are mine. (1 day ago)
|
||||
- [ivuorinen/starred](https://github.com/ivuorinen/starred) - Automatically updated list of my starred repos. (1 day ago)
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) - These are my dotfiles. There are many like 'em, but these are mine. (2 days ago)
|
||||
- [ivuorinen/f2b](https://github.com/ivuorinen/f2b) - A modern, secure, and extensible Go CLI tool for managing Fail2Ban jails and bans (2 days ago)
|
||||
- [ivuorinen/phpenv.fish](https://github.com/ivuorinen/phpenv.fish) - A fast, feature-rich PHP version manager for Fish Shell using brew that acts like goenv or nvm. (3 days ago)
|
||||
- [ivuorinen/cheatsheet-tldr](https://github.com/ivuorinen/cheatsheet-tldr) - tldr-pages/tldr pages for cheat/cheat (1 day ago)
|
||||
- [ivuorinen/base-configs-markdownlint](https://github.com/ivuorinen/base-configs-markdownlint) - ivuorinen's shareable configuration for markdownlint. (2 days ago)
|
||||
|
||||
#### 👨💻 Repositories I created recently
|
||||
|
||||
@@ -24,19 +24,19 @@ I'm also a huge fan of open-source, and I try to contribute back to the communit
|
||||
|
||||
#### 🚀 Latest releases I've contributed to
|
||||
|
||||
- [mason-org/mason-registry](https://github.com/mason-org/mason-registry) ([2026-01-26-level-clerk](https://github.com/mason-org/mason-registry/releases/tag/2026-01-26-level-clerk), 1 day ago) - Core registry for mason.nvim.
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([26.1.25](https://github.com/ivuorinen/dotfiles/releases/tag/26.1.25), 2 days ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) ([v2026.01.21](https://github.com/ivuorinen/actions/releases/tag/v2026.01.21), 6 days ago) - ivuorinen's shared actions
|
||||
- [ivuorinen/gh-action-readme](https://github.com/ivuorinen/gh-action-readme) ([v1.0.0](https://github.com/ivuorinen/gh-action-readme/releases/tag/v1.0.0), 3 weeks ago) - Transform your GitHub Actions into professional documentation with multiple themes, output formats, and enterprise-grade features.
|
||||
- [ivuorinen/ivuorinen](https://github.com/ivuorinen/ivuorinen) ([2026.1.0](https://github.com/ivuorinen/ivuorinen/releases/tag/2026.1.0), 3 weeks ago) - My special github profile header
|
||||
- [mason-org/mason-registry](https://github.com/mason-org/mason-registry) ([2026-02-28-legal-bengal](https://github.com/mason-org/mason-registry/releases/tag/2026-02-28-legal-bengal), 1 day ago) - Core registry for mason.nvim.
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) ([v2026.02.28](https://github.com/ivuorinen/actions/releases/tag/v2026.02.28), 1 day ago) - ivuorinen's shared actions
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([26.2.28](https://github.com/ivuorinen/dotfiles/releases/tag/26.2.28), 1 day ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [ivuorinen/base-configs-stylelint](https://github.com/ivuorinen/base-configs-stylelint) ([v1.0.3](https://github.com/ivuorinen/base-configs-stylelint/releases/tag/v1.0.3), 1 day ago) - ivuorinen's shareable configuration for stylelint.
|
||||
- [ivuorinen/base-configs-browserslist](https://github.com/ivuorinen/base-configs-browserslist) ([v1.0.4](https://github.com/ivuorinen/base-configs-browserslist/releases/tag/v1.0.4), 2 days ago) - ivuorinen's shareable configuration for Browserslist.
|
||||
|
||||
#### ⭐ Recent Stars
|
||||
|
||||
- [affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) - Complete Claude Code configuration collection - agents, skills, hooks, commands, rules, MCPs. Battle-tested configs from an Anthropic hackathon winner. (4 days ago)
|
||||
- [vashpan/xcode-dev-cleaner](https://github.com/vashpan/xcode-dev-cleaner) - If you want to reclaim tens of gigabytes of your storage used for various Xcode caches - this tool is for you! (5 days ago)
|
||||
- [VirtusLab/git-machete](https://github.com/VirtusLab/git-machete) - Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen (1 week ago)
|
||||
- [drewwyatt/git-tidy](https://github.com/drewwyatt/git-tidy) - Tidy up stale git branches. (1 week ago)
|
||||
- [princjef/gomarkdoc](https://github.com/princjef/gomarkdoc) - Generate markdown documentation for Go (golang) code (1 week ago)
|
||||
- [badlogic/pi-mono](https://github.com/badlogic/pi-mono) - AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods (3 days ago)
|
||||
- [coder/claudecode.nvim](https://github.com/coder/claudecode.nvim) - 🧩 Claude Code Neovim IDE Extension (1 week ago)
|
||||
- [NeogitOrg/neogit](https://github.com/NeogitOrg/neogit) - An interactive and powerful Git interface for Neovim, inspired by Magit (1 week ago)
|
||||
- [pure-fish/pure](https://github.com/pure-fish/pure) - Pretty, minimal, and fast prompt for Fish shell inspired by sindresorhus/pure (1 week ago)
|
||||
- [meziantou/Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) - A Roslyn analyzer to enforce some good practices in C#. (1 week ago)
|
||||
|
||||
|
||||
|
||||
|
||||
15260
package-lock.json
generated
15260
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/base-configs": "^2.0.2",
|
||||
"@ivuorinen/base-configs": "^1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"textlint": "^15.0.0",
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
|
||||
Reference in New Issue
Block a user