Skip to content

Commit

Permalink
enhanced get-path and copy-path
Browse files Browse the repository at this point in the history
  • Loading branch information
the0demiurge committed Dec 15, 2020
1 parent 1417538 commit d6c58ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charles/bin/copy-path
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env fish
echo $PWD/$argv[1] | pbcopy
echo -n $PWD/$argv[1] | pbcopy
2 changes: 1 addition & 1 deletion charles/bin/get-path
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env fish
echo $PWD/$argv[1]
echo -n $PWD/$argv[1]

0 comments on commit d6c58ad

Please sign in to comment.