GitXplorerGitXplorer
G

arc-cli

public
74 stars
6 forks
3 issues

Commits

List of commits on branch master.
Unverified
2a2bcc41b57a82054b758b370a9547e5be957534

0.1.2

GGeorgeSG committed 3 months ago
Verified
d202ad838c9311c7cd1d0ee3a396a2a203e2434a

Merge pull request #7 from yoelgal/master

GGeorgeSG committed 4 months ago
Unverified
3dfa3ce2048f4f56211220a493a32dc5e199b2ba

Refactor URL sanitization in CLI commands

yyoelgal committed 4 months ago
Unverified
f8f8b50d4ad3154b44ac6bbc3be22452b3835a5c

Refactor URL sanitization in CLI commands

yyoelgal committed 4 months ago
Unverified
c902e2f097a62ef9d0dbe76e71243ae6f6f1ea18

created sanitise-url method to ensure that urls start with "https://" or "http://"

yyoelgal committed 4 months ago
Unverified
4dbf5d2ff5c760a3db4041948172f5cb77a9cd18

0.1.1

GGeorgeSG committed 10 months ago

README

The README file for this repository.

arc-cli

arc-cli is a command line interface for the Arc Browser. This project is not affiliated with Arc Browser or The Browser Company

Installation

Required: NodeJS

npm install -g @georgesg/arc-cli

Usage

arc-cli [command]

Commands:
  arc-cli arc-version                      Show Arc version
  arc-cli list-spaces                      List spaces             [aliases: ls]
  arc-cli select-space <space-id>          Select a space          [aliases: s]
  arc-cli select-space-name <space-name>   Select a space by name  [aliases: sn]
  arc-cli list-tabs                        List tabs               [aliases: lt]
  arc-cli new-tab <url>                    Open URL in a new tab   [aliases: nt]
  arc-cli select-tab <window-id> <tab-id>  Select tab              [aliases: st]
  arc-cli reload-tab <window-id> <tab-id>  Reload tab              [aliases: rt]
  arc-cli close-tab <window-id> <tab-id>   Close tab               [aliases: ct]
  arc-cli new-little-arc <url>             Open URL in a new Little Arc window
                                                                  [aliases: nla]

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Credits

Inspired by and reusing some code from the Racyast Arc extension.