Skip to content

Commit

Permalink
extract fuse out into its own repo pcloud-drive
Browse files Browse the repository at this point in the history
  • Loading branch information
seborama committed Apr 24, 2024
1 parent fe88ba2 commit fcbaa4a
Show file tree
Hide file tree
Showing 9 changed files with 204 additions and 1,258 deletions.
875 changes: 201 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ This is a pCloud client written in Go for cross-platform compatibility, such as

NOTE: I'm **not** affiliated to pCloud so this project is as good or as bad as it gets.

For a pCloud client for Linux and FreeBSD, see [pcloud-drive](https://github.com/seborama/pcloud-drive).

## Go SDK 🤩

See [SDK](sdk/README.md).

## FUSE drive for pCloud (Linux and FreeBSD) 🤩😍

Mount your pCloud drive on Linux or FreeBSD just like any other disk.

This is the pCloud virtual drive you have been waiting for on your Raspberry Pi, etc.

See [fuse](fuse/README.md)

## Tracker (file system mutations)

See [Tracker](tracker/README.md).
Expand All @@ -36,7 +30,7 @@ While [pCloud's console client](https://github.com/pcloudcom/console-client) see

1. ✅ implement a Go version of the SDK.

2. 🧑‍💻 FUSE integration (Linux / FreeBSD)
2. 🧑‍💻 FUSE integration (Linux / FreeBSD) - move to separate repo - [pcloud-drive](https://github.com/seborama/pcloud-drive)

3. implement a sync command.

Expand Down
59 changes: 0 additions & 59 deletions cmd/drive.go

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ func main() {
},
},
},
{
Name: "drive",
Aliases: []string{"d"},
Usage: "pCloud FUSE drive",
Action: drive,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "mount-point",
Usage: "Location of mount point",
Required: true,
},
},
},
},
}

Expand Down
59 changes: 0 additions & 59 deletions fuse/README.md

This file was deleted.

Loading

0 comments on commit fcbaa4a

Please sign in to comment.