mirror of
https://github.com/ivuorinen/ivuorinen.git
synced 2026-03-18 09:02:40 +00:00
Compare commits
100 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dc44dbfde | ||
|
|
6a9497ff86 | ||
|
|
c559673919 | ||
|
|
0c22856ac8 | ||
|
|
0e4fbc63ce | ||
|
|
b15401cf59 | ||
|
|
548d2b99ce | ||
|
|
05d70796e9 | ||
|
|
c6cceb587c | ||
|
|
c6d49c2eef | ||
|
|
c9c57ab4a6 | ||
|
|
22bea76f12 | ||
|
|
9e12362c49 | ||
|
|
0a67573421 | ||
|
|
06e6ea33d1 | ||
|
|
875664ad50 | ||
|
|
7dba7dfd7a | ||
|
|
801815e77b | ||
|
|
82c24f344e | ||
|
|
3d55293424 | ||
|
|
704ef573a6 | ||
|
|
17d2410e7c | ||
|
|
3fb3a4b5f4 | ||
|
|
d4f7f8dcef | ||
|
|
743a5043c2 | ||
|
|
4b2d39e0dc | ||
|
|
eca954fa09 | ||
|
|
e7fb9834cf | ||
|
|
88607ffffa | ||
|
|
9007e0e9bf | ||
|
|
89e269ce01 | ||
|
|
f6561b9d2b | ||
|
|
d7628c6093 | ||
|
|
63c8599c70 | ||
|
|
17fd82d1fd | ||
|
|
cece41fd18 | ||
|
|
f26670bbbc | ||
|
|
90d69b85b6 | ||
|
|
5a9620a5f7 | ||
|
|
c037f1311e | ||
|
|
a30aa0fc43 | ||
|
|
d6882bc3b0 | ||
|
|
f5a3d2eca2 | ||
|
|
71ddb9c31c | ||
|
|
decbcb3a1d | ||
|
|
8aaaff333e | ||
|
|
6d96e2c791 | ||
|
|
a257975aa0 | ||
|
|
4f55d4f7c7 | ||
|
|
ec3cfad057 | ||
|
|
b7174b72ff | ||
|
|
ec77e31db2 | ||
|
|
f0fcd36619 | ||
|
|
b9b4f58dde | ||
|
|
ea4190d480 | ||
|
|
b70be3d209 | ||
|
|
554639209e | ||
|
|
d13ace0b6f | ||
|
|
ee56bff96c | ||
|
|
48d5d197b1 | ||
|
|
abca422590 | ||
|
|
5aac1fa75a | ||
|
|
ce8164c9e1 | ||
|
|
776b0ea7d0 | ||
|
|
0a8495d250 | ||
|
|
1dd3c3f67c | ||
|
|
3617e2fffc | ||
|
|
e1f4ddc7bf | ||
|
|
ee0b58e0c9 | ||
|
|
f0fad681f9 | ||
|
|
a81e2ad827 | ||
|
|
47060c6d58 | ||
|
|
e25240b333 | ||
|
|
8fd69e8a90 | ||
|
|
1a6c48827f | ||
|
|
21492a3bea | ||
|
|
914ecb0c7b | ||
|
|
3e101a62b1 | ||
|
|
368d0d7849 | ||
|
|
0df679daf4 | ||
|
|
65c258991c | ||
|
|
b8670fdbed | ||
|
|
35ef543ef0 | ||
|
|
35ba0064d2 | ||
|
|
370974010d | ||
|
|
9948e9259b | ||
|
|
9b6e753557 | ||
|
|
935f26128c | ||
|
|
04ef0d02cf | ||
|
|
5edd38a003 | ||
|
|
1fbd3c37a0 | ||
|
|
d1f49649b3 | ||
|
|
215b33960a | ||
|
|
7adee9ec9c | ||
|
|
a391980d48 | ||
|
|
411fa6a8b6 | ||
|
|
94aa55b14f | ||
|
|
21d6183b8a | ||
|
|
73e7f4cb06 | ||
|
|
b3ae82f4ae |
6
.github/workflows/composer-install.yml
vendored
6
.github/workflows/composer-install.yml
vendored
@@ -24,11 +24,11 @@ jobs:
|
||||
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Cache Composer packages
|
||||
id: composer-cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
${{ runner.os }}-php-
|
||||
|
||||
- name: Composer (PHP ${{ matrix.php }})
|
||||
uses: php-actions/composer@v6
|
||||
uses: php-actions/composer@8a65f0d3c6a1d17ca4800491a40b5756a4c164f3 # v6
|
||||
with:
|
||||
php_version: ${{ matrix.php }}
|
||||
args: --no-progress --prefer-dist --optimize-autoloader
|
||||
|
||||
4
.github/workflows/compress-images.yml
vendored
4
.github/workflows/compress-images.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Compress Images
|
||||
id: calibre
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Create New Pull Request If Needed
|
||||
if: steps.calibre.outputs.markdown != ''
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7
|
||||
with:
|
||||
title: Compressed Images Nightly
|
||||
branch-suffix: timestamp
|
||||
|
||||
4
.github/workflows/dependency-review.yml
vendored
4
.github/workflows/dependency-review.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- name: 'Checkout Repository'
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: 'Dependency Review'
|
||||
uses: actions/dependency-review-action@v4
|
||||
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4
|
||||
|
||||
6
.github/workflows/labels.yaml
vendored
6
.github/workflows/labels.yaml
vendored
@@ -9,15 +9,15 @@ on:
|
||||
paths:
|
||||
- '.github/labels.yml'
|
||||
- '.github/workflows/labels.yml'
|
||||
workflow_call:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v5
|
||||
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5
|
||||
with:
|
||||
dry-run: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
6
.github/workflows/laravel-phpunit.yml
vendored
6
.github/workflows/laravel-phpunit.yml
vendored
@@ -18,15 +18,15 @@ jobs:
|
||||
statuses: write
|
||||
|
||||
steps:
|
||||
- uses: shivammathur/setup-php@v2
|
||||
- uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2
|
||||
with:
|
||||
php-version: '8.4'
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: 'Check file existence'
|
||||
id: check_files
|
||||
uses: andstor/file-existence-action@v3
|
||||
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3
|
||||
with:
|
||||
files: 'package.json, artisan'
|
||||
|
||||
|
||||
2
.github/workflows/pr-compress-images.yml
vendored
2
.github/workflows/pr-compress-images.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Compress Images
|
||||
uses: calibreapp/image-actions@main
|
||||
|
||||
8
.github/workflows/pr-lint.yml
vendored
8
.github/workflows/pr-lint.yml
vendored
@@ -49,19 +49,19 @@ jobs:
|
||||
# Checkout the code base #
|
||||
##########################
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
with:
|
||||
# Full git history is needed to get a proper
|
||||
# list of changed files within `super-linter`
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js Environment
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
- name: Cache Node Modules
|
||||
uses: actions/cache@v4.0.2
|
||||
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
|
||||
id: cache
|
||||
with:
|
||||
path: node_modules
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: super-linter/super-linter/slim@v7
|
||||
uses: super-linter/super-linter/slim@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
LINTER_RULES_PATH: '${DEFAULT_WORKSPACE}'
|
||||
|
||||
4
.github/workflows/readme-scribe.yaml
vendored
4
.github/workflows/readme-scribe.yaml
vendored
@@ -21,14 +21,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: muesli/readme-scribe@5a187a2a36ef894335f17a7d01c32b0e28c6d948
|
||||
with:
|
||||
template: templates/README.md.tpl
|
||||
writeTo: README.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
|
||||
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
|
||||
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@v6.0.0
|
||||
uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
.github/workflows/release-monthly.yaml
vendored
2
.github/workflows/release-monthly.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Create Release
|
||||
shell: bash
|
||||
|
||||
10
.github/workflows/reviewdog-linters.yml
vendored
10
.github/workflows/reviewdog-linters.yml
vendored
@@ -15,10 +15,10 @@ jobs:
|
||||
statuses: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: GitHub Actions
|
||||
uses: reviewdog/action-actionlint@v1
|
||||
uses: reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
reporter: github-pr-review
|
||||
@@ -30,13 +30,13 @@ jobs:
|
||||
reporter: github-pr-review
|
||||
|
||||
- name: markdownlint
|
||||
uses: reviewdog/action-markdownlint@v0
|
||||
uses: reviewdog/action-markdownlint@f901468edf9a3634dd39b35ba26cad0aad1a0bfd # v0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
reporter: github-pr-review
|
||||
|
||||
- name: shfmt
|
||||
uses: reviewdog/action-shfmt@v1
|
||||
uses: reviewdog/action-shfmt@f59386f08bd9a24ac1a746e69f026ddc2ed06710 # v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
shfmt_flags: |
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
--func-next-line
|
||||
|
||||
- name: yamllint
|
||||
uses: reviewdog/action-yamllint@v1
|
||||
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
reporter: github-pr-review
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 🚀 Run stale
|
||||
uses: actions/stale@v9.0.0
|
||||
uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 30
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
outputs:
|
||||
repos: ${{ steps.repos.outputs.REPOS }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Get Repositories
|
||||
id: repos
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
echo "$REPOS"
|
||||
echo "$EOF"
|
||||
} >> "$GITHUB_ENV"
|
||||
- uses: micnncim/action-label-syncer@v1
|
||||
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
|
||||
with:
|
||||
prune: true
|
||||
repository: ${{ steps.repos.outputs.REPOS }}
|
||||
|
||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
"https://raw.githubusercontent.com/ivuorinen/ivuorinen/main/.github/labels.yml" \
|
||||
> labels.yml
|
||||
- name: 🚀 Run Label Syncer
|
||||
uses: micnncim/action-label-syncer@v1.3.0
|
||||
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
||||
30
README.md
30
README.md
@@ -9,34 +9,34 @@ 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/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/actions](https://github.com/ivuorinen/actions) - ivuorinen's shared actions (2 days ago)
|
||||
- [ivuorinen/cheatsheet-tldr](https://github.com/ivuorinen/cheatsheet-tldr) - tldr-pages/tldr pages for cheat/cheat (3 days 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/base-configs](https://github.com/ivuorinen/base-configs) - A collection of base configs for code quality and linting tools. Heavily based on `@demartini/base-configs` (6 days ago)
|
||||
- [ivuorinen/nvm-auto-use](https://github.com/ivuorinen/nvm-auto-use) - Automatically install node version based on .nvmrc, and use it (6 days ago)
|
||||
- [ivuorinen/nvm-auto-use.fish](https://github.com/ivuorinen/nvm-auto-use.fish) - Work in progress implementation for nvm-auto-use for fish shell (6 days ago)
|
||||
|
||||
#### 👨💻 Repositories I created recently
|
||||
|
||||
- [ivuorinen/nvm-auto-use.fish](https://github.com/ivuorinen/nvm-auto-use.fish) - Work in progress implementation for nvm-auto-use for fish shell
|
||||
- [ivuorinen/nvm-auto-use](https://github.com/ivuorinen/nvm-auto-use) - Automatically install node version based on .nvmrc, and use it
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) - ivuorinen's shared actions
|
||||
- [ivuorinen/uptime](https://github.com/ivuorinen/uptime) - Public uptime checker for some of my sites
|
||||
- [ivuorinen/f2b](https://github.com/ivuorinen/f2b) - fail2ban shorthand wrapper for the usual actions one would take, written in bash
|
||||
- [ivuorinen/business-data-fetcher](https://github.com/ivuorinen/business-data-fetcher) - PHP composer package API client to Finnish Patent and Registration Office's (PRH) Business Information System (BIS).
|
||||
- [ivuorinen/renovate-config](https://github.com/ivuorinen/renovate-config)
|
||||
|
||||
#### 🚀 Latest releases I've contributed to
|
||||
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([24.11.28](https://github.com/ivuorinen/dotfiles/releases/tag/24.11.28), 3 days ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [ivuorinen/base-configs](https://github.com/ivuorinen/base-configs) ([@ivuorinen/markdownlint-config@0.3.9](https://github.com/ivuorinen/base-configs/releases/tag/%40ivuorinen/markdownlint-config%400.3.9), 6 days ago) - A collection of base configs for code quality and linting tools. Heavily based on `@demartini/base-configs`
|
||||
- [ivuorinen/branch-usage-checker](https://github.com/ivuorinen/branch-usage-checker) ([0.1.1](https://github.com/ivuorinen/branch-usage-checker/releases/tag/0.1.1), 2 weeks ago) - Cross-check project public GitHub Branches and Packagist branch download statistics to determine are branches safe to delete
|
||||
- [ivuorinen/docker-xmrig](https://github.com/ivuorinen/docker-xmrig) ([6.22.2-2024-11-03](https://github.com/ivuorinen/docker-xmrig/releases/tag/6.22.2-2024-11-03), 4 weeks ago) - This is a simple miner that uses the xmrig miner to mine Monero.
|
||||
- [ivuorinen/ivuorinen](https://github.com/ivuorinen/ivuorinen) ([2024.11.0](https://github.com/ivuorinen/ivuorinen/releases/tag/2024.11.0), 1 month ago) - My special github profile header
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([25.2.27.2101](https://github.com/ivuorinen/dotfiles/releases/tag/25.2.27.2101), 2 days ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [ivuorinen/base-configs](https://github.com/ivuorinen/base-configs) ([@ivuorinen/stylelint-config@0.3.15](https://github.com/ivuorinen/base-configs/releases/tag/%40ivuorinen/stylelint-config%400.3.15), 6 days ago) - A collection of base configs for code quality and linting tools. Heavily based on `@demartini/base-configs`
|
||||
- [ivuorinen/ivuorinen](https://github.com/ivuorinen/ivuorinen) ([2025.2.0](https://github.com/ivuorinen/ivuorinen/releases/tag/2025.2.0), 4 weeks ago) - My special github profile header
|
||||
- [ivuorinen/.github](https://github.com/ivuorinen/.github) ([2025.2.0](https://github.com/ivuorinen/.github/releases/tag/2025.2.0), 4 weeks ago) - My GitHub Shared Configurations.
|
||||
- [ivuorinen/branch-usage-checker](https://github.com/ivuorinen/branch-usage-checker) ([0.1.1](https://github.com/ivuorinen/branch-usage-checker/releases/tag/0.1.1), 3 months ago) - Cross-check project public GitHub Branches and Packagist branch download statistics to determine are branches safe to delete
|
||||
|
||||
#### ⭐ Recent Stars
|
||||
|
||||
- [Saghen/blink.cmp](https://github.com/Saghen/blink.cmp) - Performant, batteries-included completion plugin for Neovim (1 day ago)
|
||||
- [mziyut/disposable-email-domains-js](https://github.com/mziyut/disposable-email-domains-js) - Provides a JavaScript package to determine if an email domain is disposable, using data from the disposable-email-domains repository. (1 day ago)
|
||||
- [vran-dev/obsidian-contribution-graph](https://github.com/vran-dev/obsidian-contribution-graph) - generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track. (1 day ago)
|
||||
- [activepieces/activepieces](https://github.com/activepieces/activepieces) - Your friendliest open source AI automation tool ✨ Workflow automation tool 200+ integration / Enterprise automation tool / Zapier Alternative (1 day ago)
|
||||
- [nikitabobko/AeroSpace](https://github.com/nikitabobko/AeroSpace) - AeroSpace is an i3-like tiling window manager for macOS (2 days ago)
|
||||
- [GitTools/GitVersion](https://github.com/GitTools/GitVersion) - From git log to SemVer in no time (2 days ago)
|
||||
- [phpenv/phpenv](https://github.com/phpenv/phpenv) - Simple PHP version management (2 days ago)
|
||||
- [browser-use/browser-use](https://github.com/browser-use/browser-use) - Make websites accessible for AI agents (3 days ago)
|
||||
- [yankeexe/git-worktree-switcher](https://github.com/yankeexe/git-worktree-switcher) - Switch between git worktrees with speed. :zap: (5 days ago)
|
||||
- [Goldziher/kreuzberg](https://github.com/Goldziher/kreuzberg) - A text extraction library supporting PDFs, images, office documents and more (1 week ago)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user