Skip to content

TestingRename project from DMS to NotesCLI for better clarity and branding#21

Merged
sijanthapa171 merged 13 commits into
LGICCommunity:testingfrom
sijanthapa171:testing
Jun 17, 2025
Merged

TestingRename project from DMS to NotesCLI for better clarity and branding#21
sijanthapa171 merged 13 commits into
LGICCommunity:testingfrom
sijanthapa171:testing

Conversation

@sijanthapa171

Copy link
Copy Markdown
Member

Changes Overview

This PR renames the project from "DMS" (Document Management System) to "NotesCLI" throughout the codebase to better reflect its purpose as a command-line note-taking tool.

Files Modified:

  • include/cli.h: Updated comments and documentation
  • Makefile: Changed target executable name
  • Docs/diagram.md: Updated system architecture documentation
  • README.md: Updated all command examples and references
  • .github/workflows/release.yml: Updated release artifact names
  • src/cli.c: Updated usage messages
  • Docs/DevelopmentGuide/README.md: Updated build documentation

Key Changes:

  1. Executable name changed from dms to NotesCLI
  2. All documentation references updated
  3. Command examples in documentation updated
  4. Build and release processes modified to use new name

Usage Changes

Old command format:

./bin/dms <command> <category> <filename>

New command format:

./bin/NotesCLI <command> <category> <filename>

Testing Done

  • Verified all documentation references are updated
  • Confirmed build process works with new name
  • Checked release workflow configuration
  • Validated command-line usage messages

Notes for Reviewers

  • No functional changes to the codebase
  • Pure rename operation across all files
  • Build and release processes should work as before

@sijanthapa171 sijanthapa171 added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jun 17, 2025
@sijanthapa171 sijanthapa171 merged commit 948c5db into LGICCommunity:testing Jun 17, 2025
@github-actions

github-actions Bot commented Jul 6, 2025

Copy link
Copy Markdown

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant