https://github.com/byte-cats/filechick
do stuff with files
https://github.com/byte-cats/filechick
files filesystem go golang
Last synced: 4 months ago
JSON representation
do stuff with files
- Host: GitHub
- URL: https://github.com/byte-cats/filechick
- Owner: Byte-Cats
- Created: 2022-11-21T03:58:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T23:41:41.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T06:14:29.309Z (about 1 year ago)
- Topics: files, filesystem, go, golang
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 🐣 filechick: Your File-Handling Sidekick! 🐣

### 🕵️♀️ Mission: Useful Functions to Do "Stuff" with Files! 🕵️♀️
## 🗂️ Stuff:
### 🔍 Checking
- Get a list of filenames in a directory (because intel is key!)
### 🛠️ Creating
- Create a file (your secret documents await!)
- Name a file (give it a cool codename!)
- Delete a file (oops, time to erase the evidence!)
- Create a directory (build your secret lair!)
- Name a directory (make it sound mysterious!)
### 🌐 URL to Local File
- Download results of an HTTP/S GET to URL (fetching intel!)
- Write URL response to a file (saving the mission report!)
### ❌ Deleting
- Delete files by name (no traces left behind!)
- Delete directories by name (cleaning up the scene!)
### ✏️ Renaming
- Rename a file (time for a makeover!)
### 📦 Moving
- Move a file from one location to another (relocating assets!)
### 📄 Copying
- Copy a file from one location to another (double the fun!)
- Copy all files from one directory to another (mission accomplished!)

# Powered by
[](https://github.com/spf13/afero)
# Written in
[](https://go.dev/)