Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed Jan 17, 2021
1 parent 80f08f9 commit a26c21f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# not-sync

Disable file synchronization for selceted files in an auto detected cloud storage such as Dropbox, iCloudDrive or OneDrive.
Disable file synchronization for files in an auto detected cloud storage such as Dropbox, iCloudDrive or OneDrive.

# Synopsis

Expand Down Expand Up @@ -128,79 +128,79 @@ not-sync

Ƭ **MoveErrorCode**: _NOSRC_ \| _LINKEXIST_ \| _NOTALINK_ \| _NOTFOUND_ \| _NOTARGET_

Defined in: index.ts:6
Defined in: [index.ts:6](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L6)

---

### OnAddEntry

Ƭ **OnAddEntry**: (`service`: [_ServiceKey_](#servicekey), `ignoreFile`: _string_, `entries`: _string_[]) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:13
Defined in: [index.ts:13](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L13)

---

### OnDelete

Ƭ **OnDelete**: (`service`: [_ServiceKey_](#servicekey), `path`: _string_, `type`: _symlink_ \| _parent_) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:12
Defined in: [index.ts:12](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L12)

---

### OnDeleteEntry

Ƭ **OnDeleteEntry**: (`service`: [_ServiceKey_](#servicekey), `ignoreFile`: _string_, `entries`: _string_[]) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:14
Defined in: [index.ts:14](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L14)

---

### OnFound

Ƭ **OnFound**: (`service`: [_ServiceKey_](#servicekey), `files`: _string_[]) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:7
Defined in: [index.ts:7](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L7)

---

### OnMove

Ƭ **OnMove**: (`service`: [_ServiceKey_](#servicekey), `from`: _string_, `to`: _string_) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:9
Defined in: [index.ts:9](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L9)

---

### OnMoveFail

Ƭ **OnMoveFail**: (`service`: [_ServiceKey_](#servicekey), `errorCode`: [_MoveErrorCode_](#moveerrorcode), `from?`: _string_, `to?`: _string_) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:10
Defined in: [index.ts:10](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L10)

---

### OnNotFound

Ƭ **OnNotFound**: (`files`: _string_[]) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:8
Defined in: [index.ts:8](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L8)

---

### OnSymlink

Ƭ **OnSymlink**: (`service`: [_ServiceKey_](#servicekey), `target`: _string_, `path`: _string_) => _any_ \| _Promise_<_any_\>

Defined in: index.ts:11
Defined in: [index.ts:11](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L11)

---

### ServiceKey

Ƭ **ServiceKey**: _iCloudDrive_ \| _dropbox_ \| _oneDrive_

Defined in: cloud-service/cloud-service.ts:24
Defined in: [cloud-service/cloud-service.ts:24](https://github.com/ozum/not-sync/blob/80f08f9/src/cloud-service/cloud-service.ts#L24)

## Functions

Expand All @@ -217,7 +217,7 @@ Defined in: cloud-service/cloud-service.ts:24

**Returns:** _Promise_<_void_\>

Defined in: main.ts:30
Defined in: [main.ts:30](https://github.com/ozum/not-sync/blob/80f08f9/src/main.ts#L30)

---

Expand All @@ -234,7 +234,7 @@ Defined in: main.ts:30

**Returns:** _Promise_<_void_\>

Defined in: main.ts:26
Defined in: [main.ts:26](https://github.com/ozum/not-sync/blob/80f08f9/src/main.ts#L26)

# Interfaces

Expand Down Expand Up @@ -267,63 +267,63 @@ Defined in: main.ts:26

`Optional` **addEntry**: _undefined_ \| [_OnAddEntry_](#onaddentry)

Defined in: index.ts:23
Defined in: [index.ts:23](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L23)

---

### delete

`Optional` **delete**: _undefined_ \| [_OnDelete_](#ondelete)

Defined in: index.ts:22
Defined in: [index.ts:22](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L22)

---

### deleteEntry

`Optional` **deleteEntry**: _undefined_ \| [_OnDeleteEntry_](#ondeleteentry)

Defined in: index.ts:24
Defined in: [index.ts:24](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L24)

---

### found

`Optional` **found**: _undefined_ \| [_OnFound_](#onfound)

Defined in: index.ts:17
Defined in: [index.ts:17](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L17)

---

### move

`Optional` **move**: _undefined_ \| [_OnMove_](#onmove)

Defined in: index.ts:19
Defined in: [index.ts:19](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L19)

---

### moveFail

`Optional` **moveFail**: _undefined_ \| [_OnMoveFail_](#onmovefail)

Defined in: index.ts:20
Defined in: [index.ts:20](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L20)

---

### notFound

`Optional` **notFound**: _undefined_ \| [_OnNotFound_](#onnotfound)

Defined in: index.ts:18
Defined in: [index.ts:18](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L18)

---

### symlink

`Optional` **symlink**: _undefined_ \| [_OnSymlink_](#onsymlink)

Defined in: index.ts:21
Defined in: [index.ts:21](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L21)

<a name="interfacesoptionsmd"></a>

Expand Down Expand Up @@ -354,60 +354,60 @@ Defined in: index.ts:21

`Optional` **cwd**: _undefined_ \| _string_

Defined in: index.ts:28
Defined in: [index.ts:28](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L28)

---

### dry

`Optional` **dry**: _undefined_ \| _boolean_

Defined in: index.ts:30
Defined in: [index.ts:30](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L30)

---

### ignoreConfigs

`Optional` **ignoreConfigs**: _undefined_ \| _string_ \| _string_[]

Defined in: index.ts:29
Defined in: [index.ts:29](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L29)

---

### linkSameDir

`Optional` **linkSameDir**: _undefined_ \| _boolean_

Defined in: index.ts:35
Defined in: [index.ts:35](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L35)

---

### on

`Optional` **on**: _undefined_ \| [_Events_](#interfaceseventsmd)

Defined in: index.ts:31
Defined in: [index.ts:31](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L31)

---

### roots

`Optional` **roots**: _undefined_ \| _Partial_<_Record_<[_ServiceKey_](#servicekey), _string_\>\>

Defined in: index.ts:33
Defined in: [index.ts:33](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L33)

---

### targetRoots

`Optional` **targetRoots**: _undefined_ \| _Partial_<_Record_<[_ServiceKey_](#servicekey), _string_\>\>

Defined in: index.ts:34
Defined in: [index.ts:34](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L34)

---

### verbose

`Optional` **verbose**: _undefined_ \| _boolean_

Defined in: index.ts:32
Defined in: [index.ts:32](https://github.com/ozum/not-sync/blob/80f08f9/src/index.ts#L32)
2 changes: 1 addition & 1 deletion README.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# not-sync

Disable file synchronization for selceted files in an auto detected cloud storage such as Dropbox, iCloudDrive or OneDrive.
Disable file synchronization for files in an auto detected cloud storage such as Dropbox, iCloudDrive or OneDrive.

# Synopsis

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "not-sync",
"version": "1.0.0",
"description": "Disable file synchronization for selceted files in an auto detected cloud storage such as Dropbox, iCloudDrive or OneDrive.",
"description": "Disable file synchronization for files in an auto detected cloud storage such as Dropbox, iCloudDrive or OneDrive.",
"author": {
"name": "Özüm Eldoğan",
"email": "ozum@ozum.net",
Expand Down

0 comments on commit a26c21f

Please sign in to comment.