Skip to content

Commit

Permalink
Changed non-text term for binary (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaustar authored May 5, 2022
1 parent 1f3c179 commit 873d09e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The `pcsync` and `pcwatch` utilities allow editing copies of
JavaScript and other textual files of a PlayCanvas project
locally on your own computer, in a text editor of your choice.

`pcsync` also allows pushing and pulling of [non-text files](#using-pcsync-for-non-text-files), such as
`pcsync` also allows pushing and pulling of [binary files](#using-pcsync-for-binary-files), such as
images and models.

In addition, if your project has a file called [`pcignore.txt`](#the-pcignoretxt-file),
Expand Down Expand Up @@ -138,12 +138,14 @@ It will list all existing files that match your current `pcignore.txt`.

Use a space and not * or ? to match a space in a file or folder name in gitignore lines.

# Using `pcsync` for Non-text Files
# Using `pcsync` for Binary Files

`push`, `pull` (single file) and `rm` work with non-text file arguments without any special options.
Binary files include assets such as textures (JPG and PNG) and models (GLB).

`push`, `pull` (single file) and `rm` work with binary file arguments without any special options.

`pushAll`, `pullAll` and `diffAll` have two options that make them work with matching
files only, including non-text (without one of these options `pcsync` only works with textual files):
files only, including binary (without one of these options `pcsync` only works with textual files):

```
-e, --ext <extensions> handle files with provided extensions
Expand Down

0 comments on commit 873d09e

Please sign in to comment.