Commit Graph

15 Commits

Author SHA1 Message Date
fraggle
81f0030069 Merge remote initial files
- Keep local README.md (PassAGE documentation)
- Add LICENSE from remote
2026-01-11 19:09:43 -04:00
fraggle
3d95fd6363 Revert to /usr/local as default install prefix
/usr/local is standard for locally compiled software
2026-01-11 19:08:02 -04:00
fraggle
c6e3c35a80 Change default install directory to /usr/bin
- Update Makefile PREFIX default from /usr/local to /usr
- Update INSTALL.md uninstall instructions to reflect /usr/bin
2026-01-11 19:07:34 -04:00
32db394b1e Initial commit 2026-01-11 19:06:43 -04:00
fraggle
05bab4b9c9 Clean up unnecessary comments and references
- Remove vague TODO comment, clarify legacy SHA256 support purpose
- Make CONTRIBUTING.md more generic (not GitHub-specific)
- Remove Git from prerequisites (only needed if cloning)
2026-01-11 19:04:42 -04:00
fraggle
46a22138b9 Remove GitHub-specific files and references
- Remove GitHub Actions CI workflow
- Update CONTRIBUTING.md to be forge-agnostic (Gitea/GitLab/etc)
- This is a Git project, not GitHub-specific
2026-01-11 19:02:45 -04:00
fraggle
e8c9c74b96 Clarify CI runner vs program compatibility
ubuntu-latest is just the GitHub Actions runner OS.
PassAGE works on any Linux/Unix distro (Venom, Ubuntu, Arch, etc.)
2026-01-11 19:01:44 -04:00
fraggle
4242415af9 Remove repository URLs and fix CI comments
- Remove all repository URLs from README (users are already in repo)
- Clarify CI uses Ubuntu for testing only, not Ubuntu-specific
- Remove duplicate clipboard prerequisite line
- Use placeholder <repository-url> in install docs
2026-01-11 19:00:53 -04:00
fraggle
856d48249e Remove remaining macOS references 2026-01-11 18:58:19 -04:00
fraggle
ca4c86546b Fix README: Linux/Unix only, not cross-platform
- Remove inaccurate macOS/Windows claims
- Clarify this is a Linux/Unix program
- Update CI to only test Linux builds
- Remove misleading 'coming soon' language
2026-01-11 18:58:12 -04:00
fraggle
388c14426c Update README for accurate cross-platform support
- Clarify clipboard support is Linux-only (X11/Wayland)
- Remove unnecessary documentation files (SETUP.md, CODE_STRUCTURE.md, CHANGELOG.md)
- Update installation prerequisites
2026-01-11 18:57:11 -04:00
f4f7b50e98 Update README.md 2026-01-11 18:52:25 -04:00
fraggle
278cacc43e Merge remote initial commit
- Keep comprehensive README.md
- Add LICENSE file from remote
2026-01-11 18:50:30 -04:00
fraggle
3552db50c2 Initial commit: PassAGE password manager
- AGE encryption with master password model
- Core commands: init, show, insert, edit, generate, rm, mv, cp, find, grep, ls
- Git integration for version control
- Clipboard support (X11 and Wayland)
- Secure password generation
- Backup and restore functionality
- Comprehensive security features
- Complete documentation
2026-01-11 18:48:01 -04:00
cb3ddc03e5 Initial commit 2026-01-11 18:46:24 -04:00