{"id":26334887,"url":"https://github.com/bdeekshith066/library-management-unix-shell-","last_synced_at":"2025-08-31T21:41:40.860Z","repository":{"id":227509458,"uuid":"764654827","full_name":"bdeekshith066/Library-Management-Unix-shell-","owner":"bdeekshith066","description":"The project is a command-line-based library management system implemented in Bash scripting, facilitating tasks such as user and author authentication, book management (addition, deletion, editing), book borrowing and return functionality, as well as providing various book-related queries and statistics.","archived":false,"fork":false,"pushed_at":"2024-03-13T17:17:33.000Z","size":1248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T00:33:09.306Z","etag":null,"topics":["command-line","shell-script","unix","zenity"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bdeekshith066.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-28T13:27:06.000Z","updated_at":"2024-03-13T17:20:20.000Z","dependencies_parsed_at":"2024-03-13T18:09:21.712Z","dependency_job_id":null,"html_url":"https://github.com/bdeekshith066/Library-Management-Unix-shell-","commit_stats":null,"previous_names":["bdeekshith066/library-management-unix-shell-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bdeekshith066/Library-Management-Unix-shell-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdeekshith066%2FLibrary-Management-Unix-shell-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdeekshith066%2FLibrary-Management-Unix-shell-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdeekshith066%2FLibrary-Management-Unix-shell-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdeekshith066%2FLibrary-Management-Unix-shell-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdeekshith066","download_url":"https://codeload.github.com/bdeekshith066/Library-Management-Unix-shell-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdeekshith066%2FLibrary-Management-Unix-shell-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273046458,"owners_count":25036179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","shell-script","unix","zenity"],"created_at":"2025-03-16T00:30:27.121Z","updated_at":"2025-08-31T21:41:40.843Z","avatar_url":"https://github.com/bdeekshith066.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Library Management System📖📗\n\nThis is a simple library management system implemented in Bash script. The system allows users to register as authors or regular users, login, add, view, search, borrow, return, edit, and delete books from the library. Authors have additional privileges such as adding books to the library.\n\n## Features\n\n- User and author registration\n- Authentication for both users and authors\n- Adding, viewing, searching, borrowing, returning, editing, and deleting books\n- Displaying borrowed books\n- Counting books by a specific author\n- Displaying total number of books in the library\n\n## Requirements\n\n- Bash (Unix/Linux environment)\n- Zenity (for GUI dialogs)\n\n## Usage\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/your-username/Library-Management-Unix-shell-.git\n```\n\n2. Make sure you have Bash and Zenity installed on your system.\n\n3. Run the script:\n\n```\ncd library-management-system\n./library_management_system.sh\n```\n\n4. Follow the prompts in the GUI dialogs to perform various tasks.\n\n## Contributing\n\nContributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or create a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\u003cbr\u003e\u003cbr\u003e\n\nBelow are screenshots of three different pages from the project, showcasing its various features. Run the code to know more!\n\n\u003cimg src=\"https://github.com/bdeekshith066/Library-Management-Unix-shell-/assets/130782878/9c3832b7-f147-41ad-ad39-6fd460414e60\" width=\"450\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"https://github.com/bdeekshith066/Library-Management-Unix-shell-/assets/130782878/52d9afd4-c828-41d9-9d7a-9aad61489534\" width=\"450\"\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"https://github.com/bdeekshith066/Library-Management-Unix-shell-/assets/130782878/9965990c-7bd5-479f-b7e5-90b9ad294b8f\" width=\"450\"\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdeekshith066%2Flibrary-management-unix-shell-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdeekshith066%2Flibrary-management-unix-shell-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdeekshith066%2Flibrary-management-unix-shell-/lists"}