No description
  • PHP 71.1%
  • TypeScript 25.4%
  • Shell 2.7%
  • JavaScript 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lukas Schaefer 44c01f1b35
Remove test from build publish workflow
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
2026-08-14 17:54:41 -04:00
.github/workflows Remove test from build publish workflow 2026-08-14 17:54:41 -04:00
appinfo Prepare 1.0.1 2026-08-14 17:09:58 -04:00
img Initial commit 2026-07-31 22:01:49 -04:00
lib Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
LICENSES Rename to shortcuts and modify workflows for forgejo 2026-08-01 08:14:00 -04:00
scripts Prepare 1.0.0 2026-08-01 13:48:29 -04:00
src Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
tests Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
vendor-bin Update all non-major dependencies 2026-08-12 12:48:51 +00:00
.gitignore Cache composer 2026-08-01 12:55:59 -04:00
.php-cs-fixer.dist.php Initial commit 2026-07-31 22:01:49 -04:00
CHANGELOG.md Prepare 1.0.1 2026-08-14 17:09:58 -04:00
CODE_OF_CONDUCT.md Initial commit 2026-07-31 22:01:49 -04:00
composer.json Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
composer.lock Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
eslint.config.js Rename to shortcuts and modify workflows for forgejo 2026-08-01 08:14:00 -04:00
LICENSE Initial commit 2026-07-31 22:01:49 -04:00
openapi.json Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
package-lock.json Prepare 1.0.1 2026-08-14 17:09:58 -04:00
package.json Prepare 1.0.1 2026-08-14 17:09:58 -04:00
psalm.xml Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
README.md Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00
rector.php Initial commit 2026-07-31 22:01:49 -04:00
renovate.json Add renovate.json 2026-08-01 13:30:05 +00:00
REUSE.toml Merge pull request 'Create initial version that supports shortcut files' (#12) from initial-version into main 2026-08-01 12:32:22 -04:00
stylelint.config.cjs Rename to shortcuts and modify workflows for forgejo 2026-08-01 08:14:00 -04:00
tsconfig.json Initial commit 2026-07-31 22:01:49 -04:00
vite.config.ts Create initial version that supports shortcut files 2026-08-01 12:28:04 -04:00

Shortcuts

Create personal shortcuts to files and folders in the Nextcloud Files app.

A shortcut is a small .nextcloudshortcut file whose contents are only the targets numeric file id. Opening it in Files resolves that id and opens the original file or navigates to the folder.

Notes

  • Shortcuts are personal stub files (normal create / rename / delete).
  • These files do not open on desktops yet.
  • Targets may be files or folders. Creating a shortcut to an existing shortcut stub stores the final target id (one level).

Resources