Commit Graph

11 Commits

Author SHA1 Message Date
Glenn Thompson 7d971080a3 docs: Update documentation for GNU Stow replacement functionality
Major documentation updates:
- Update README.md with GNU Stow replacement features
- Add comprehensive GNU Stow-like features section to USER_GUIDE.md
- Document deploy mode, dot syntax, restoration, and intelligent stashing
- Add complete workflow examples and use cases
- Remove obsolete stash-enhanced.scm (replaced by modular version)

The documentation now reflects all enhanced functionality:
- Deploy mode (-d) for batch deployment
- Dot syntax (.) for reverse symlinking
- Restoration (-R) with metadata tracking
- Intelligent file vs directory level stashing
- Complete dotfiles management workflow
2025-09-28 13:52:17 +03:00
glenneth1 56fea692f3 docs: improve markdown formatting and readability
- Add blank lines before code blocks for better readability
- Fix markdown URL formatting
- Update .gitignore to exclude development notes
2024-12-06 13:18:35 +03:00
glenneth1 ca2c9ce010 docs: add USER_GUIDE and update installation instructions
- Add comprehensive USER_GUIDE.md with installation and configuration steps
- Update README.md with Guix installation instructions
- Update channels.scm.example to use correct repository URL and branch
- Update package definition for proper channel distribution
2024-12-06 13:09:38 +03:00
glenneth1 d4f705b572 docs: update project structure in README
Add USER-GUIDE.md to project structure and
improve file descriptions
2024-12-06 09:15:20 +03:00
glenneth1 db11c09f3a feat: add installation instructions and fix dot syntax stashing
- Add detailed installation instructions to README
- Fix dot syntax stashing to use parent directory as target
- Fix cross-filesystem stashing issues
- Update test script to handle module paths correctly
2024-12-06 08:39:12 +03:00
glenneth1 269afd966d feat: implement robust path handling and symlink creation
Major changes:
- Add package management module for handling source/target paths
- Implement tree operations for symlink creation
- Add support for both dot syntax and explicit paths
- Enhance path handling with home directory expansion
- Add comprehensive documentation in README and DEVLOG
- Fix symlink creation for all use cases
- Add test suite for path handling and symlink creation
2024-12-06 07:55:01 +03:00
GLENN THOMPSON e53d5011be Removed references to 'guile-stash' 2024-09-23 06:31:49 +03:00
GLENN THOMPSON 94abc78ae5 Updated LICENSE 2024-09-23 06:15:44 +03:00
GLENN THOMPSON 9bf54a5e47 Updated the README.md file 2024-09-22 11:19:19 +03:00
GLENN THOMPSON 42394e1378 updated README.md 2024-09-08 13:00:13 +03:00
GLENN THOMPSON 8b1e51ea5e first commit 2024-09-08 12:30:03 +03:00