Basic CLI IO #1

Open
opened 2026-05-13 17:31:44 +00:00 by brian · 0 comments
Owner

Create the functionality for the following tasks:

  • List files in the top-level directory
    • List files in a directory specified by the user
  • Create an empty file
  • Create an empty directory
  • Read the metadata of a file
  • Read the contents of a text file
  • Edit the contents of a text file
  • Delete a file
    • Add confirmation logic
  • Delete a directory
    • Add confirmation logic
    • If what is being deleted is not empty, add specific text to denote the case
Create the functionality for the following tasks: - [ ] List files in the top-level directory - [ ] List files in a directory specified by the user - [ ] Create an empty file - [ ] Create an empty directory - [ ] Read the metadata of a file - [ ] Read the contents of a text file - [ ] Edit the contents of a text file - [ ] Delete a file - [ ] Add confirmation logic - [ ] Delete a directory - [ ] Add confirmation logic - [ ] If what is being deleted is not empty, add specific text to denote the case
brian added the enhancement label 2026-05-13 17:31:44 +00:00
brian self-assigned this 2026-05-13 17:31:44 +00:00
brian added this to the CLI project 2026-05-13 17:31:44 +00:00
brian added reference enhance/1-basic_cli_io 2026-05-13 17:33:20 +00:00
brian changed reference from enhance/1-basic_cli_io to enhance/1-basic_cli_io 2026-05-20 03:01:16 +00:00
Sign in to join this conversation.