New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

copit

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copit

TUI tool for managing local file templates - register and copy config files to new projects

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

copit

A TUI tool for managing local file templates. Register frequently used config files and copy them to new projects with a single command.

Features

  • 📌 Template Registration - Save local files as reusable templates
  • 📄 Relative Path Preservation - Maintains directory structure (e.g., .vscode/settings.json)
  • ⚠️ Overwrite Confirmation - Prompts before overwriting existing files
  • 🚀 Terminal UI - Simple interface built with ink + React

Installation

# Install globally via npm
npm install -g copit

# Or run directly with bunx
bunx copit

Usage

copit

Workflow

  • Register a template

    • Press Tab to switch to Register screen
    • Navigate to the file you want to register
    • Press Enter to select and register
  • Use a template

    • Select a template from the list
    • Press Enter to copy it to the current directory
    • Confirm overwrite if the file already exists
  • Delete a template

    • Highlight a template and press d
    • Confirm deletion

Development

# Clone the repository
git clone https://github.com/mrsekut/copit.git
cd copit

# Install dependencies
bun install

# Run in development mode
bun run dev

# Build
bun run build

# Run checks
bun run check

License

MIT

Keywords

cli

FAQs

Package last updated on 07 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts