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

wttw

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wttw

create new git worktree in tmux window.

latest
Source
npmnpm
Version
0.0.14
Version published
Maintainers
1
Created
Source

wttw

create new git worktrees.

installation

$ npm install -g wttw

how it works?

$ tree
project
├── .default_files
│   └── default_file
└── master
    ├── .git
    └── files1

$ wttw new new_branch
$ tree
project
├── .default_files
│   └── default_file
├── new_branch
│   ├── .git
│   ├── default_file
│   └── file1
└── master
    ├── .git
    └── files1

Keywords

tmux

FAQs

Package last updated on 06 Jan 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