mirror of
https://github.com/ivuorinen/ivuorinen.git
synced 2026-03-18 21:02:59 +00:00
Compare commits
91 Commits
| 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 | ||
|
|
03695af49c | ||
|
|
3a5629ec06 | ||
|
|
de6f6085c2 | ||
|
|
c3779b0515 | ||
|
|
06558b61da | ||
|
|
6a3405643a | ||
|
|
2ad17a9fe8 | ||
|
|
ed12c76100 | ||
|
|
4d70fd23e8 | ||
|
|
5220387d8f | ||
|
|
e02f18188c | ||
|
|
f6d145f188 | ||
|
|
8c2844bb06 | ||
|
|
0ad8b1a7df | ||
|
|
ff38d071aa | ||
|
|
3f704135bf | ||
|
|
dd6b2b5c56 | ||
|
|
1af04eb013 | ||
|
|
0c0a6ebc92 | ||
|
|
1d7e987e4f | ||
|
|
f0fd25ad56 | ||
|
|
ee564a84f2 | ||
|
|
cd32aa124f | ||
|
|
70e2368893 | ||
|
|
0251749398 | ||
|
|
bb60667418 | ||
|
|
379ac7f61d | ||
|
|
26b155f4c8 | ||
|
|
8ebcffca28 | ||
|
|
fab49d9d11 | ||
|
|
e988a83913 | ||
|
|
3f2135494f |
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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
|
||||
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. (3 days ago)
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) - ivuorinen's shared actions (1 week ago)
|
||||
- [ivuorinen/go-test-sarif](https://github.com/ivuorinen/go-test-sarif) - Convert `go test -json` output to SARIF (1 week 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) ([2025-12-31-dirty-denim](https://github.com/mason-org/mason-registry/releases/tag/2025-12-31-dirty-denim), 1 day ago) - Core registry for mason.nvim.
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) ([v2025.12.31](https://github.com/ivuorinen/actions/releases/tag/v2025.12.31), 1 day ago) - ivuorinen's shared actions
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([25.12.29](https://github.com/ivuorinen/dotfiles/releases/tag/25.12.29), 3 days ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [ivuorinen/base-configs-markdownlint](https://github.com/ivuorinen/base-configs-markdownlint) ([v1.0.1](https://github.com/ivuorinen/base-configs-markdownlint/releases/tag/v1.0.1), 2 weeks ago) - ivuorinen's shareable configuration for markdownlint.
|
||||
- [ivuorinen/generic-landing-page](https://github.com/ivuorinen/generic-landing-page) ([v1.2.0](https://github.com/ivuorinen/generic-landing-page/releases/tag/v1.2.0), 3 weeks ago)
|
||||
- [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
|
||||
|
||||
- [pranshuparmar/witr](https://github.com/pranshuparmar/witr) - Why is this running? (5 days ago)
|
||||
- [unpoller/unpoller](https://github.com/unpoller/unpoller) - Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus (1 week ago)
|
||||
- [dmtrKovalenko/fff.nvim](https://github.com/dmtrKovalenko/fff.nvim) - Finally a Fabioulous & Fast Fuzzy File Finder for neovim (1 week ago)
|
||||
- [schollz/croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another :crocodile: :package: (1 week ago)
|
||||
- [thedotmack/claude-mem](https://github.com/thedotmack/claude-mem) - A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions. (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)
|
||||
|
||||
|
||||
|
||||
|
||||
15231
package-lock.json
generated
15231
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