Skip to content

Commit e1853d8

Browse files
Add warp to bpkg (#46)
1 parent 6bf939a commit e1853d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

_posts/2019-05-07-warp.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
title: "warp"
4+
description: "File manipulation across terminals sessions made easy"
5+
category: bash
6+
tags: [utility, files]
7+
---
8+
Tired of figuring out the relative path to a file, so you can copy it?
9+
Tire no more! Warp is a small bash tool to move or copy a file from one location to another.
10+
11+
## Basic Usage
12+
13+
To copy a file in a directory in one terminal, to the directory of another terminal, first warp in the file
14+
```
15+
warp in foo.txt
16+
```
17+
In the other terminal, warp copy it
18+
```
19+
warp cp .
20+
```
21+
22+
## Links
23+
* [Source Code (GitHub)][https://github.com/nathan-abercrombie/bash-file-warp]
24+
* [Author: Nathan Abercrombie]([email protected])

0 commit comments

Comments
 (0)