├── Workflow
├── resources
│ ├── results
│ │ ├── ploi.yaml
│ │ ├── quora.yaml
│ │ ├── 9gag.yaml
│ │ ├── vultr.yaml
│ │ ├── wise.yaml
│ │ ├── x.yaml
│ │ ├── discord.yaml
│ │ ├── github.yaml
│ │ ├── pocket.yaml
│ │ ├── dropbox.yaml
│ │ ├── gitlab.yaml
│ │ ├── linode.yaml
│ │ ├── paypal.yaml
│ │ ├── realvnc.yaml
│ │ ├── reddit.yaml
│ │ ├── coinbase.yaml
│ │ ├── dockerhub.yaml
│ │ ├── fastmail.yaml
│ │ ├── keepsolid.yaml
│ │ ├── porkbun.yaml
│ │ ├── tryhackme.yaml
│ │ ├── binance.yaml
│ │ ├── alfredforum.yaml
│ │ ├── bitstamp.yaml
│ │ ├── goodreads.yaml
│ │ ├── digitalocean.yaml
│ │ ├── stackoverflow.yaml
│ │ ├── toggltrack.yaml
│ │ ├── hacktheboxforums.yaml
│ │ ├── microsoftaccount.yaml
│ │ ├── stackexchange.yaml
│ │ ├── x.png
│ │ ├── 9gag.png
│ │ ├── hacktheboxacademy.yaml
│ │ ├── imdb.png
│ │ ├── openexchangerates.yaml
│ │ ├── ploi.png
│ │ ├── quora.png
│ │ ├── vultr.png
│ │ ├── wise.png
│ │ ├── amazon.png
│ │ ├── binance.png
│ │ ├── discord.png
│ │ ├── dropbox.png
│ │ ├── github.png
│ │ ├── gitlab.png
│ │ ├── linode.png
│ │ ├── paddle.png
│ │ ├── paypal.png
│ │ ├── pocket.png
│ │ ├── porkbun.png
│ │ ├── realvnc.png
│ │ ├── reddit.png
│ │ ├── bitstamp.png
│ │ ├── coinbase.png
│ │ ├── dockerhub.png
│ │ ├── fastmail.png
│ │ ├── goodreads.png
│ │ ├── hackthebox.png
│ │ ├── keepsolid.png
│ │ ├── paddle.yaml
│ │ ├── toggltrack.png
│ │ ├── tryhackme.png
│ │ ├── alfredforum.png
│ │ ├── digitalocean.png
│ │ ├── hackthebox.yaml
│ │ ├── portswigger.png
│ │ ├── portswigger.yaml
│ │ ├── stackexchange.png
│ │ ├── stackoverflow.png
│ │ ├── hacktheboxacademy.png
│ │ ├── hacktheboxforums.png
│ │ ├── microsoftaccount.png
│ │ ├── nearlyfreespeech.png
│ │ ├── openexchangerates.png
│ │ ├── nearlyfreespeech.yaml
│ │ ├── imdb.yaml
│ │ └── amazon.yaml
│ └── binaries
│ │ └── AlfredOnePee
├── icon.png
├── prefs.plist
└── info.plist
├── Sources
├── AlfredOnePee
│ ├── main.swift
│ ├── Workflow.swift
│ └── Menus
│ │ └── Entrance.swift
└── AlfredOnePee.xcodeproj
│ ├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ ├── xcuserdata
│ │ └── guill.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ └── xcshareddata
│ │ ├── IDEWorkspaceChecks.plist
│ │ └── swiftpm
│ │ └── Package.resolved
│ ├── xcuserdata
│ └── guill.xcuserdatad
│ │ ├── xcdebugger
│ │ └── Breakpoints_v2.xcbkptlist
│ │ └── xcschemes
│ │ └── xcschememanagement.plist
│ └── project.pbxproj
├── README.md
└── LICENSE
/Workflow/resources/results/ploi.yaml:
--------------------------------------------------------------------------------
1 | title: Ploi
2 | url: https://ploi.io/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/quora.yaml:
--------------------------------------------------------------------------------
1 | title: Quora
2 | url: https://quora.com
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/9gag.yaml:
--------------------------------------------------------------------------------
1 | title: 9GAG
2 | url: https://9gag.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/vultr.yaml:
--------------------------------------------------------------------------------
1 | title: Vultr
2 | url: https://my.vultr.com
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/wise.yaml:
--------------------------------------------------------------------------------
1 | title: Wise
2 | url: https://wise.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/x.yaml:
--------------------------------------------------------------------------------
1 | title: X
2 | url: https://twitter.com/i/flow/login
3 |
--------------------------------------------------------------------------------
/Workflow/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/icon.png
--------------------------------------------------------------------------------
/Workflow/resources/results/discord.yaml:
--------------------------------------------------------------------------------
1 | title: Discord
2 | url: https://discord.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/github.yaml:
--------------------------------------------------------------------------------
1 | title: GitHub
2 | url: https://github.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/pocket.yaml:
--------------------------------------------------------------------------------
1 | title: Pocket
2 | url: https://getpocket.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/dropbox.yaml:
--------------------------------------------------------------------------------
1 | title: Dropbox
2 | url: https://www.dropbox.com/home
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/gitlab.yaml:
--------------------------------------------------------------------------------
1 | title: GitLab
2 | url: https://gitlab.com/users/sign_in
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/linode.yaml:
--------------------------------------------------------------------------------
1 | title: Linode
2 | url: https://login.linode.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/paypal.yaml:
--------------------------------------------------------------------------------
1 | title: PayPal
2 | url: https://www.paypal.com/signin
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/realvnc.yaml:
--------------------------------------------------------------------------------
1 | title: RealVNC
2 | url: https://manage.realvnc.com
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/reddit.yaml:
--------------------------------------------------------------------------------
1 | title: Reddit
2 | url: https://www.reddit.com/login/
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/coinbase.yaml:
--------------------------------------------------------------------------------
1 | title: Coinbase
2 | url: https://login.coinbase.com/signin
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/dockerhub.yaml:
--------------------------------------------------------------------------------
1 | title: Docker Hub
2 | url: https://hub.docker.com/login/
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/fastmail.yaml:
--------------------------------------------------------------------------------
1 | title: Fastmail
2 | url: https://app.fastmail.com/login/
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/keepsolid.yaml:
--------------------------------------------------------------------------------
1 | title: KeepSolid
2 | url: https://id.keepsolid.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/porkbun.yaml:
--------------------------------------------------------------------------------
1 | title: Porkbun
2 | url: https://porkbun.com/account/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/tryhackme.yaml:
--------------------------------------------------------------------------------
1 | title: TryHackMe
2 | url: https://tryhackme.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/binance.yaml:
--------------------------------------------------------------------------------
1 | title: Binance
2 | url: https://accounts.binance.com/en/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/alfredforum.yaml:
--------------------------------------------------------------------------------
1 | title: Alfred Forum
2 | url: https://www.alfredforum.com/login/
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/bitstamp.yaml:
--------------------------------------------------------------------------------
1 | title: Bitstamp
2 | url: https://www.bitstamp.net/onboarding/login/
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/goodreads.yaml:
--------------------------------------------------------------------------------
1 | title: Goodreads
2 | url: https://www.goodreads.com/user/sign_in
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/digitalocean.yaml:
--------------------------------------------------------------------------------
1 | title: DigitalOcean
2 | url: https://cloud.digitalocean.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/stackoverflow.yaml:
--------------------------------------------------------------------------------
1 | title: Stack Overflow
2 | url: https://stackoverflow.com/users/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/toggltrack.yaml:
--------------------------------------------------------------------------------
1 | title: Toggl Track
2 | url: https://accounts.toggl.com/track/login/
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/hacktheboxforums.yaml:
--------------------------------------------------------------------------------
1 | title: Hack The Box Forums
2 | url: https://forum.hackthebox.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/microsoftaccount.yaml:
--------------------------------------------------------------------------------
1 | title: Microsoft Account
2 | url: https://login.live.com/login.srf
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/stackexchange.yaml:
--------------------------------------------------------------------------------
1 | title: Stack Exchange
2 | url: https://meta.stackexchange.com/users/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/x.png
--------------------------------------------------------------------------------
/Workflow/resources/results/9gag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/9gag.png
--------------------------------------------------------------------------------
/Workflow/resources/results/hacktheboxacademy.yaml:
--------------------------------------------------------------------------------
1 | title: Hack The Box Academy
2 | url: https://academy.hackthebox.com/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/imdb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/imdb.png
--------------------------------------------------------------------------------
/Workflow/resources/results/openexchangerates.yaml:
--------------------------------------------------------------------------------
1 | title: Open Exchange Rates
2 | url: https://openexchangerates.org/login
3 |
--------------------------------------------------------------------------------
/Workflow/resources/results/ploi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/ploi.png
--------------------------------------------------------------------------------
/Workflow/resources/results/quora.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/quora.png
--------------------------------------------------------------------------------
/Workflow/resources/results/vultr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/vultr.png
--------------------------------------------------------------------------------
/Workflow/resources/results/wise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/wise.png
--------------------------------------------------------------------------------
/Workflow/resources/results/amazon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/amazon.png
--------------------------------------------------------------------------------
/Workflow/resources/results/binance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/binance.png
--------------------------------------------------------------------------------
/Workflow/resources/results/discord.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/discord.png
--------------------------------------------------------------------------------
/Workflow/resources/results/dropbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/dropbox.png
--------------------------------------------------------------------------------
/Workflow/resources/results/github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/github.png
--------------------------------------------------------------------------------
/Workflow/resources/results/gitlab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/gitlab.png
--------------------------------------------------------------------------------
/Workflow/resources/results/linode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/linode.png
--------------------------------------------------------------------------------
/Workflow/resources/results/paddle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/paddle.png
--------------------------------------------------------------------------------
/Workflow/resources/results/paypal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/paypal.png
--------------------------------------------------------------------------------
/Workflow/resources/results/pocket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/pocket.png
--------------------------------------------------------------------------------
/Workflow/resources/results/porkbun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/porkbun.png
--------------------------------------------------------------------------------
/Workflow/resources/results/realvnc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/realvnc.png
--------------------------------------------------------------------------------
/Workflow/resources/results/reddit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/reddit.png
--------------------------------------------------------------------------------
/Sources/AlfredOnePee/main.swift:
--------------------------------------------------------------------------------
1 | print(
2 | Workflow.next() == "do"
3 | ? Workflow.do()
4 | : Workflow.menu()
5 | )
6 |
--------------------------------------------------------------------------------
/Workflow/resources/binaries/AlfredOnePee:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/binaries/AlfredOnePee
--------------------------------------------------------------------------------
/Workflow/resources/results/bitstamp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/bitstamp.png
--------------------------------------------------------------------------------
/Workflow/resources/results/coinbase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/coinbase.png
--------------------------------------------------------------------------------
/Workflow/resources/results/dockerhub.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/dockerhub.png
--------------------------------------------------------------------------------
/Workflow/resources/results/fastmail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/fastmail.png
--------------------------------------------------------------------------------
/Workflow/resources/results/goodreads.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/goodreads.png
--------------------------------------------------------------------------------
/Workflow/resources/results/hackthebox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/hackthebox.png
--------------------------------------------------------------------------------
/Workflow/resources/results/keepsolid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/keepsolid.png
--------------------------------------------------------------------------------
/Workflow/resources/results/paddle.yaml:
--------------------------------------------------------------------------------
1 | title: Paddle
2 | url: https://login.paddle.com/login
3 | real_url: https://vendors.paddle.com/
4 |
--------------------------------------------------------------------------------
/Workflow/resources/results/toggltrack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/toggltrack.png
--------------------------------------------------------------------------------
/Workflow/resources/results/tryhackme.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/tryhackme.png
--------------------------------------------------------------------------------
/Workflow/resources/results/alfredforum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/alfredforum.png
--------------------------------------------------------------------------------
/Workflow/resources/results/digitalocean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/digitalocean.png
--------------------------------------------------------------------------------
/Workflow/resources/results/hackthebox.yaml:
--------------------------------------------------------------------------------
1 | title: Hack The Box
2 | url: https://app.hackthebox.com/home
3 | match: hack the box app lab
4 |
--------------------------------------------------------------------------------
/Workflow/resources/results/portswigger.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/portswigger.png
--------------------------------------------------------------------------------
/Workflow/resources/results/portswigger.yaml:
--------------------------------------------------------------------------------
1 | title: PortSwigger
2 | url: https://portswigger.net/users
3 | match: port swigger portswigger burp
4 |
--------------------------------------------------------------------------------
/Workflow/resources/results/stackexchange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/stackexchange.png
--------------------------------------------------------------------------------
/Workflow/resources/results/stackoverflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/stackoverflow.png
--------------------------------------------------------------------------------
/Workflow/resources/results/hacktheboxacademy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/hacktheboxacademy.png
--------------------------------------------------------------------------------
/Workflow/resources/results/hacktheboxforums.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/hacktheboxforums.png
--------------------------------------------------------------------------------
/Workflow/resources/results/microsoftaccount.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/microsoftaccount.png
--------------------------------------------------------------------------------
/Workflow/resources/results/nearlyfreespeech.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/nearlyfreespeech.png
--------------------------------------------------------------------------------
/Workflow/resources/results/openexchangerates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Workflow/resources/results/openexchangerates.png
--------------------------------------------------------------------------------
/Workflow/resources/results/nearlyfreespeech.yaml:
--------------------------------------------------------------------------------
1 | title: NearlyFreeSpeech
2 | url: https://members.nearlyfreespeech.net/login
3 | real_url: https://members.nearlyfreespeech.net/
4 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/xcuserdata/guill.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/project.xcworkspace/xcuserdata/guill.xcuserdatad/UserInterfaceState.xcuserstate:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/godbout/AlfredOnePee/HEAD/Sources/AlfredOnePee.xcodeproj/project.xcworkspace/xcuserdata/guill.xcuserdatad/UserInterfaceState.xcuserstate
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Workflow/resources/results/imdb.yaml:
--------------------------------------------------------------------------------
1 | title: IMDb
2 | url: https://www.imdb.com/ap/signin?openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=imdb_us&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
3 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/xcuserdata/guill.xcuserdatad/xcschemes/xcschememanagement.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SchemeUserState
6 |
7 | AlfredOnePee.xcscheme_^#shared#^_
8 |
9 | orderHint
10 | 0
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/Workflow/resources/results/amazon.yaml:
--------------------------------------------------------------------------------
1 | title: Amazon
2 | url: https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=900&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fcss%2Faccount%2Faddress%2Fview.html%3Fie%3DUTF8%26ref_%3Dya_manage_address_book_t1
3 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved:
--------------------------------------------------------------------------------
1 | {
2 | "pins" : [
3 | {
4 | "identity" : "alfredworkflowscriptfilter",
5 | "kind" : "remoteSourceControl",
6 | "location" : "git@github.com:godbout/AlfredWorkflowScriptFilter.git",
7 | "state" : {
8 | "revision" : "7560c50295d9b934d5a326df39feb16a7e464e68",
9 | "version" : "1.0.0"
10 | }
11 | },
12 | {
13 | "identity" : "yams",
14 | "kind" : "remoteSourceControl",
15 | "location" : "git@github.com:jpsim/Yams.git",
16 | "state" : {
17 | "revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3",
18 | "version" : "5.0.6"
19 | }
20 | }
21 | ],
22 | "version" : 2
23 | }
24 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee/Workflow.swift:
--------------------------------------------------------------------------------
1 | import Foundation
2 |
3 |
4 | struct Login: Codable {
5 |
6 | let title: String
7 | let url: String
8 | let realUrl: String?
9 | let match: String?
10 | let icon: String?
11 |
12 | enum CodingKeys: String, CodingKey {
13 | case title, url
14 | case realUrl = "real_url"
15 | case match, icon
16 | }
17 |
18 | }
19 |
20 |
21 | enum LoginType {
22 |
23 | case curated
24 | case custom
25 |
26 | }
27 |
28 |
29 | public struct Workflow {
30 |
31 | static let alfredPreferences = ProcessInfo.processInfo.environment["alfred_preferences"]
32 | static let alfredWorkflowUID = ProcessInfo.processInfo.environment["alfred_workflow_uid"]
33 |
34 | static let sortLoginsBy = ProcessInfo.processInfo.environment["sort_by"] ?? "sort_by_usage"
35 | static let customLoginsPath = ProcessInfo.processInfo.environment["custom_logins_path"]
36 |
37 |
38 | public static func next() -> String {
39 | ProcessInfo.processInfo.environment["next"] ?? "oops"
40 | }
41 |
42 | public static func menu() -> String {
43 | Entrance.scriptFilter()
44 | }
45 |
46 | public static func `do`() -> Bool {
47 | switch ProcessInfo.processInfo.environment["action"] {
48 | default:
49 | return true
50 | }
51 | }
52 |
53 | }
54 |
--------------------------------------------------------------------------------
/Workflow/prefs.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 9gag
6 |
7 | amazon
8 |
9 | binance
10 |
11 | bitstamp
12 |
13 | coinbase
14 |
15 | custom_logins_path
16 | ~/Dropbox/Preferences/Alfred/Workflows/OnePee
17 | digitalocean
18 |
19 | discord
20 |
21 | dockerhub
22 |
23 | dropbox
24 |
25 | fastmail
26 |
27 | gitlab
28 |
29 | goodreads
30 |
31 | hackthebox
32 |
33 | hacktheboxacademy
34 |
35 | hacktheboxforums
36 |
37 | imdb
38 |
39 | keepsolid
40 |
41 | linode
42 |
43 | microsoftaccount
44 |
45 | nearlyfreespeech
46 |
47 | openexchangerates
48 |
49 | paddle
50 |
51 | paypal
52 |
53 | ploi
54 |
55 | pocket
56 |
57 | porkbun
58 |
59 | portswigger
60 |
61 | quora
62 |
63 | realvnc
64 |
65 | reddit
66 |
67 | stackexchange
68 |
69 | stackoverflow
70 |
71 | toggltrack
72 |
73 | tryhackme
74 |
75 | vultr
76 |
77 | wise
78 |
79 | x
80 |
81 |
82 |
83 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee/Menus/Entrance.swift:
--------------------------------------------------------------------------------
1 | import Foundation
2 | import AlfredWorkflowScriptFilter
3 | import Yams
4 |
5 |
6 | class Entrance {
7 |
8 | static let shared = Entrance()
9 |
10 | private init() {}
11 |
12 |
13 | static func scriptFilter() -> String {
14 | results()
15 | }
16 |
17 | static func results() -> String {
18 | for curatedLogin in curatedLogins() { ScriptFilter.item(add(curatedLogin)) }
19 | for customLogin in customLogins() { ScriptFilter.item(add(customLogin)) }
20 |
21 | ScriptFilter.sortItems()
22 |
23 | return ScriptFilter.output()
24 | }
25 |
26 | }
27 |
28 |
29 | extension Entrance {
30 |
31 | private static func curatedLogins() -> [Login] {
32 | guard
33 | let alfredPreferences = Workflow.alfredPreferences,
34 | let alfredWorkflowUID = Workflow.alfredWorkflowUID
35 | else { return [] }
36 |
37 | return loadLoginsFrom(path: "\(alfredPreferences)/workflows/\(alfredWorkflowUID)/resources/results/", type: .curated)
38 | }
39 |
40 | private static func customLogins() -> [Login] {
41 | guard let customLoginsPath = Workflow.customLoginsPath else { return [] }
42 |
43 | return loadLoginsFrom(path: (customLoginsPath as NSString).expandingTildeInPath, type: .custom)
44 | }
45 |
46 | private static func loadLoginsFrom(path: String, type: LoginType) -> [Login] {
47 | var logins: [Login] = []
48 |
49 | let url = URL(fileURLWithPath: path, isDirectory: true)
50 | guard let metadataFiles = try? FileManager.default.contentsOfDirectory(at: url, includingPropertiesForKeys: nil, options: .skipsHiddenFiles) else { return [] }
51 | let yamlMetadataFiles = metadataFiles.filter { $0.pathExtension == "yaml" || $0.pathExtension == "yml" }
52 |
53 | for yamlMetadataFile in yamlMetadataFiles {
54 | let yamlFile = URL(fileURLWithPath: yamlMetadataFile.relativePath)
55 | guard let yamlData = try? Data(contentsOf: yamlFile) else { return [] }
56 |
57 | let decoder = YAMLDecoder()
58 | guard let decoded = try? decoder.decode(Login.self, from: yamlData) else { return [] }
59 |
60 | let fileWithoutExtension = yamlFile.deletingPathExtension().relativePath
61 | let filename = yamlFile.deletingPathExtension().lastPathComponent
62 | let iconExists = FileManager.default.fileExists(atPath: "\(fileWithoutExtension).png")
63 |
64 | guard type == .custom || ProcessInfo.processInfo.environment[filename] == "1" else { continue }
65 |
66 | logins.append(
67 | Login(title: decoded.title , url: decoded.url, realUrl: decoded.realUrl, match: decoded.match, icon: iconExists ? "\(fileWithoutExtension).png" : nil)
68 | )
69 | }
70 |
71 | return logins
72 | }
73 |
74 | private static func add(_ login: Login) -> Item {
75 | let item = Item(title: login.title)
76 | .subtitle(login.url)
77 | .arg("do")
78 | .variables(Variable(name: "url", value: login.realUrl ?? login.url))
79 |
80 | if Workflow.sortLoginsBy == "sort_by_usage" {
81 | item.uid(login.title.lowercased())
82 | }
83 |
84 | if let icon = login.icon {
85 | item.icon(Icon(path: icon))
86 | }
87 |
88 | if let match = login.match {
89 | item.match(match)
90 | }
91 |
92 | return item
93 | }
94 |
95 | }
96 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
Alfred OnePee
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 | 1p with iCloud Keychain.
11 |
12 |
13 | https://github.com/godbout/AlfredOnePee/assets/121373/62a04d08-0e8e-4137-89d3-13313973037d
14 |
15 | ---
16 |
17 | # PHILOSOPHY (YES. SORRY.)
18 |
19 | currently there's no way to ping iCloud Keychain's passwords/URLs etc. there's no API.
20 | BUT also 1Password has been sucking balls since v8. not even talking about the horrendous non-native UI, but where v7 was removing frictions and make password management straightforward, v8 brings extra bullshit clicks and shit keyboard and windows management lol wtf. where's the small team who cared about UX rather than customer count? anyways.
21 |
22 | so the idea with OnePee is to launch login URLs from Alfred and get macOS and iCloud Keychain to automatically prepare the prompts for us. smooth and flawless whether you use passwords and OTPs, or passkeys.
23 |
24 | because currently we can't automatically grab your personal URLs, OnePee will come with an expansive list. you'll be able to enable or disable the Services you need. and if you can't find your Service, just open an issue and i'll add it.
25 |
26 | # LOGINS
27 |
28 | ## Curated
29 |
30 | * [9GAG](https://9gag.com/login)
31 | * [Alfred Forum](https://www.alfredforum.com/login/)
32 | * [Amazon](https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=900&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fcss%2Faccount%2Faddress%2Fview.html%3Fie%3DUTF8%26ref_%3Dya_manage_address_book_t1)
33 | * [Binance](https://accounts.binance.com/en/login)
34 | * [Bitstamp](https://www.bitstamp.net/onboarding/login/)
35 | * [Coinbase](https://login.coinbase.com/signin)
36 | * [DigitalOcean](https://cloud.digitalocean.com/login)
37 | * [Docker Hub](https://hub.docker.com/login/)
38 | * [Dropbox](https://www.dropbox.com/home)
39 | * [Fastmail](https://app.fastmail.com/login/)
40 | * [GitHub](https://github.com/login)
41 | * [GitLab](https://gitlab.com/users/sign_in)
42 | * [Goodreads](https://www.goodreads.com/user/sign_in)
43 | * [Hack The Box](https://app.hackthebox.com/login)
44 | * [Hack The Box Academy](https://academy.hackthebox.com/login)
45 | * [Hack The Box Forums](https://forum.hackthebox.com/login)
46 | * [IMDb](https://www.imdb.com/ap/signin?openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=imdb_us&openid.mode=checkid_setup&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0)
47 | * [KeepSolid](https://id.keepsolid.com/login)
48 | * [Linode](https://login.linode.com/login)
49 | * [Microsoft Account](https://login.live.com/login.srf)
50 | * [NearlyFreeSpeech](https://members.nearlyfreespeech.net/login/)
51 | * [Open Exchange Rates](https://openexchangerates.org/login)
52 | * [Paddle](https://login.paddle.com/login)
53 | * [Ploi](https://ploi.io/login)
54 | * [Pocket](https://getpocket.com/login)
55 | * [Porkbun](https://porkbun.com/account/loginOnly)
56 | * [PortSwigger](https://portswigger.net/users)
57 | * [Quora](https://quora.com)
58 | * [RealVNC](https://manage.realvnc.com)
59 | * [Reddit](https://www.reddit.com/login/)
60 | * [Stack Exchange](https://meta.stackexchange.com/users/login)
61 | * [Stack Overflow](https://stackoverflow.com/users/login)
62 | * [Toggl Track](https://accounts.toggl.com/track/login/)
63 | * [TryHackMe](https://tryhackme.com/login)
64 | * [Vultr](https://my.vultr.com)
65 | * [Wise](https://wise.com/login)
66 | * [X](https://twitter.com/i/flow/login)
67 |
68 | ## Custom
69 |
70 | to create your own Custom Logins:
71 | 1. set the `Custom Logins Path` in the [Workflow Configuration](https://www.alfredapp.com/help/workflows/workflow-configuration/) to the folder where you're gonna store your Logins information
72 | 2. store the `.yaml` and optionally `.png` files of your Custom Logins in that folder
73 |
74 | check out the integrated [Curated Logins](https://github.com/godbout/AlfredOnePee/tree/master/Workflow/resources/results) for reference.
75 |
76 | on top of the mandatory `title` and `url` keys in the `.yaml` file you can add the optional:
77 | * `match`: by default Alfred will filter Results according to the `title`. if you wanna add different filtering terms, just set the [match](https://www.alfredapp.com/help/workflows/inputs/script-filter/json/)
78 |
79 | # ROADMAP
80 |
81 | * adding more and more Services upon request
82 | * ~~add possibility to enable or disable a Service so that it doesn't show up in your list~~
83 | * ~~add a way to set your own custom Services/URLs~~
84 | * integrate with the Alfred Gallery
85 |
--------------------------------------------------------------------------------
/Sources/AlfredOnePee.xcodeproj/project.pbxproj:
--------------------------------------------------------------------------------
1 | // !$*UTF8*$!
2 | {
3 | archiveVersion = 1;
4 | classes = {
5 | };
6 | objectVersion = 56;
7 | objects = {
8 |
9 | /* Begin PBXBuildFile section */
10 | 9135A91C2B8F02FC0015C858 /* Yams in Frameworks */ = {isa = PBXBuildFile; productRef = 9135A91B2B8F02FC0015C858 /* Yams */; };
11 | 913F0B672B7B6262004CC1D3 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913F0B662B7B6262004CC1D3 /* main.swift */; };
12 | 918DC0562B7B643A00C55144 /* Workflow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918DC0552B7B643A00C55144 /* Workflow.swift */; };
13 | 918DC0592B7B648100C55144 /* AlfredWorkflowScriptFilter in Frameworks */ = {isa = PBXBuildFile; productRef = 918DC0582B7B648100C55144 /* AlfredWorkflowScriptFilter */; };
14 | 918DC05C2B7B64AE00C55144 /* Entrance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918DC05B2B7B64AE00C55144 /* Entrance.swift */; };
15 | /* End PBXBuildFile section */
16 |
17 | /* Begin PBXCopyFilesBuildPhase section */
18 | 913F0B612B7B6262004CC1D3 /* CopyFiles */ = {
19 | isa = PBXCopyFilesBuildPhase;
20 | buildActionMask = 2147483647;
21 | dstPath = /usr/share/man/man1/;
22 | dstSubfolderSpec = 0;
23 | files = (
24 | );
25 | runOnlyForDeploymentPostprocessing = 1;
26 | };
27 | /* End PBXCopyFilesBuildPhase section */
28 |
29 | /* Begin PBXFileReference section */
30 | 913F0B632B7B6262004CC1D3 /* AlfredOnePee */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AlfredOnePee; sourceTree = BUILT_PRODUCTS_DIR; };
31 | 913F0B662B7B6262004CC1D3 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; };
32 | 918DC0552B7B643A00C55144 /* Workflow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Workflow.swift; sourceTree = ""; };
33 | 918DC05B2B7B64AE00C55144 /* Entrance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Entrance.swift; sourceTree = ""; };
34 | /* End PBXFileReference section */
35 |
36 | /* Begin PBXFrameworksBuildPhase section */
37 | 913F0B602B7B6262004CC1D3 /* Frameworks */ = {
38 | isa = PBXFrameworksBuildPhase;
39 | buildActionMask = 2147483647;
40 | files = (
41 | 9135A91C2B8F02FC0015C858 /* Yams in Frameworks */,
42 | 918DC0592B7B648100C55144 /* AlfredWorkflowScriptFilter in Frameworks */,
43 | );
44 | runOnlyForDeploymentPostprocessing = 0;
45 | };
46 | /* End PBXFrameworksBuildPhase section */
47 |
48 | /* Begin PBXGroup section */
49 | 913F0B5A2B7B6262004CC1D3 = {
50 | isa = PBXGroup;
51 | children = (
52 | 913F0B652B7B6262004CC1D3 /* AlfredOnePee */,
53 | 913F0B642B7B6262004CC1D3 /* Products */,
54 | );
55 | sourceTree = "";
56 | };
57 | 913F0B642B7B6262004CC1D3 /* Products */ = {
58 | isa = PBXGroup;
59 | children = (
60 | 913F0B632B7B6262004CC1D3 /* AlfredOnePee */,
61 | );
62 | name = Products;
63 | sourceTree = "";
64 | };
65 | 913F0B652B7B6262004CC1D3 /* AlfredOnePee */ = {
66 | isa = PBXGroup;
67 | children = (
68 | 918DC05A2B7B64A900C55144 /* Menus */,
69 | 913F0B662B7B6262004CC1D3 /* main.swift */,
70 | 918DC0552B7B643A00C55144 /* Workflow.swift */,
71 | );
72 | path = AlfredOnePee;
73 | sourceTree = "";
74 | };
75 | 918DC05A2B7B64A900C55144 /* Menus */ = {
76 | isa = PBXGroup;
77 | children = (
78 | 918DC05B2B7B64AE00C55144 /* Entrance.swift */,
79 | );
80 | path = Menus;
81 | sourceTree = "";
82 | };
83 | /* End PBXGroup section */
84 |
85 | /* Begin PBXNativeTarget section */
86 | 913F0B622B7B6262004CC1D3 /* AlfredOnePee */ = {
87 | isa = PBXNativeTarget;
88 | buildConfigurationList = 913F0B6A2B7B6262004CC1D3 /* Build configuration list for PBXNativeTarget "AlfredOnePee" */;
89 | buildPhases = (
90 | 913F0B5F2B7B6262004CC1D3 /* Sources */,
91 | 913F0B602B7B6262004CC1D3 /* Frameworks */,
92 | 913F0B612B7B6262004CC1D3 /* CopyFiles */,
93 | );
94 | buildRules = (
95 | );
96 | dependencies = (
97 | );
98 | name = AlfredOnePee;
99 | packageProductDependencies = (
100 | 918DC0582B7B648100C55144 /* AlfredWorkflowScriptFilter */,
101 | 9135A91B2B8F02FC0015C858 /* Yams */,
102 | );
103 | productName = AlfredOnePee;
104 | productReference = 913F0B632B7B6262004CC1D3 /* AlfredOnePee */;
105 | productType = "com.apple.product-type.tool";
106 | };
107 | /* End PBXNativeTarget section */
108 |
109 | /* Begin PBXProject section */
110 | 913F0B5B2B7B6262004CC1D3 /* Project object */ = {
111 | isa = PBXProject;
112 | attributes = {
113 | BuildIndependentTargetsInParallel = 1;
114 | LastSwiftUpdateCheck = 1530;
115 | LastUpgradeCheck = 1530;
116 | TargetAttributes = {
117 | 913F0B622B7B6262004CC1D3 = {
118 | CreatedOnToolsVersion = 15.3;
119 | };
120 | };
121 | };
122 | buildConfigurationList = 913F0B5E2B7B6262004CC1D3 /* Build configuration list for PBXProject "AlfredOnePee" */;
123 | compatibilityVersion = "Xcode 14.0";
124 | developmentRegion = en;
125 | hasScannedForEncodings = 0;
126 | knownRegions = (
127 | en,
128 | Base,
129 | );
130 | mainGroup = 913F0B5A2B7B6262004CC1D3;
131 | packageReferences = (
132 | 918DC0572B7B648100C55144 /* XCRemoteSwiftPackageReference "AlfredWorkflowScriptFilter" */,
133 | 9135A91A2B8F02FC0015C858 /* XCRemoteSwiftPackageReference "Yams" */,
134 | );
135 | productRefGroup = 913F0B642B7B6262004CC1D3 /* Products */;
136 | projectDirPath = "";
137 | projectRoot = "";
138 | targets = (
139 | 913F0B622B7B6262004CC1D3 /* AlfredOnePee */,
140 | );
141 | };
142 | /* End PBXProject section */
143 |
144 | /* Begin PBXSourcesBuildPhase section */
145 | 913F0B5F2B7B6262004CC1D3 /* Sources */ = {
146 | isa = PBXSourcesBuildPhase;
147 | buildActionMask = 2147483647;
148 | files = (
149 | 918DC05C2B7B64AE00C55144 /* Entrance.swift in Sources */,
150 | 918DC0562B7B643A00C55144 /* Workflow.swift in Sources */,
151 | 913F0B672B7B6262004CC1D3 /* main.swift in Sources */,
152 | );
153 | runOnlyForDeploymentPostprocessing = 0;
154 | };
155 | /* End PBXSourcesBuildPhase section */
156 |
157 | /* Begin XCBuildConfiguration section */
158 | 913F0B682B7B6262004CC1D3 /* Debug */ = {
159 | isa = XCBuildConfiguration;
160 | buildSettings = {
161 | ALWAYS_SEARCH_USER_PATHS = NO;
162 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
163 | CLANG_ANALYZER_NONNULL = YES;
164 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
165 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
166 | CLANG_ENABLE_MODULES = YES;
167 | CLANG_ENABLE_OBJC_ARC = YES;
168 | CLANG_ENABLE_OBJC_WEAK = YES;
169 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
170 | CLANG_WARN_BOOL_CONVERSION = YES;
171 | CLANG_WARN_COMMA = YES;
172 | CLANG_WARN_CONSTANT_CONVERSION = YES;
173 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
174 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
175 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
176 | CLANG_WARN_EMPTY_BODY = YES;
177 | CLANG_WARN_ENUM_CONVERSION = YES;
178 | CLANG_WARN_INFINITE_RECURSION = YES;
179 | CLANG_WARN_INT_CONVERSION = YES;
180 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
181 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
182 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
183 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
184 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
185 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
186 | CLANG_WARN_STRICT_PROTOTYPES = YES;
187 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
188 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
189 | CLANG_WARN_UNREACHABLE_CODE = YES;
190 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
191 | COPY_PHASE_STRIP = NO;
192 | DEBUG_INFORMATION_FORMAT = dwarf;
193 | ENABLE_STRICT_OBJC_MSGSEND = YES;
194 | ENABLE_TESTABILITY = YES;
195 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
196 | GCC_C_LANGUAGE_STANDARD = gnu17;
197 | GCC_DYNAMIC_NO_PIC = NO;
198 | GCC_NO_COMMON_BLOCKS = YES;
199 | GCC_OPTIMIZATION_LEVEL = 0;
200 | GCC_PREPROCESSOR_DEFINITIONS = (
201 | "DEBUG=1",
202 | "$(inherited)",
203 | );
204 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
205 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
206 | GCC_WARN_UNDECLARED_SELECTOR = YES;
207 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
208 | GCC_WARN_UNUSED_FUNCTION = YES;
209 | GCC_WARN_UNUSED_VARIABLE = YES;
210 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
211 | MACOSX_DEPLOYMENT_TARGET = 14.0;
212 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
213 | MTL_FAST_MATH = YES;
214 | ONLY_ACTIVE_ARCH = YES;
215 | SDKROOT = macosx;
216 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
217 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
218 | };
219 | name = Debug;
220 | };
221 | 913F0B692B7B6262004CC1D3 /* Release */ = {
222 | isa = XCBuildConfiguration;
223 | buildSettings = {
224 | ALWAYS_SEARCH_USER_PATHS = NO;
225 | ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
226 | CLANG_ANALYZER_NONNULL = YES;
227 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
228 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
229 | CLANG_ENABLE_MODULES = YES;
230 | CLANG_ENABLE_OBJC_ARC = YES;
231 | CLANG_ENABLE_OBJC_WEAK = YES;
232 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
233 | CLANG_WARN_BOOL_CONVERSION = YES;
234 | CLANG_WARN_COMMA = YES;
235 | CLANG_WARN_CONSTANT_CONVERSION = YES;
236 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
237 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
238 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
239 | CLANG_WARN_EMPTY_BODY = YES;
240 | CLANG_WARN_ENUM_CONVERSION = YES;
241 | CLANG_WARN_INFINITE_RECURSION = YES;
242 | CLANG_WARN_INT_CONVERSION = YES;
243 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
244 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
245 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
246 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
247 | CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
248 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
249 | CLANG_WARN_STRICT_PROTOTYPES = YES;
250 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
251 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
252 | CLANG_WARN_UNREACHABLE_CODE = YES;
253 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
254 | COPY_PHASE_STRIP = NO;
255 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
256 | ENABLE_NS_ASSERTIONS = NO;
257 | ENABLE_STRICT_OBJC_MSGSEND = YES;
258 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
259 | GCC_C_LANGUAGE_STANDARD = gnu17;
260 | GCC_NO_COMMON_BLOCKS = YES;
261 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
262 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
263 | GCC_WARN_UNDECLARED_SELECTOR = YES;
264 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
265 | GCC_WARN_UNUSED_FUNCTION = YES;
266 | GCC_WARN_UNUSED_VARIABLE = YES;
267 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
268 | MACOSX_DEPLOYMENT_TARGET = 14.0;
269 | MTL_ENABLE_DEBUG_INFO = NO;
270 | MTL_FAST_MATH = YES;
271 | SDKROOT = macosx;
272 | SWIFT_COMPILATION_MODE = wholemodule;
273 | };
274 | name = Release;
275 | };
276 | 913F0B6B2B7B6262004CC1D3 /* Debug */ = {
277 | isa = XCBuildConfiguration;
278 | buildSettings = {
279 | CODE_SIGN_IDENTITY = "Apple Development";
280 | CODE_SIGN_STYLE = Automatic;
281 | DEVELOPMENT_TEAM = ZX49WKA8QN;
282 | ENABLE_HARDENED_RUNTIME = YES;
283 | PRODUCT_BUNDLE_IDENTIFIER = mo.com.sleeplessmind.AlfredOnePee;
284 | PRODUCT_NAME = "$(TARGET_NAME)";
285 | PROVISIONING_PROFILE_SPECIFIER = "";
286 | SWIFT_VERSION = 5.0;
287 | };
288 | name = Debug;
289 | };
290 | 913F0B6C2B7B6262004CC1D3 /* Release */ = {
291 | isa = XCBuildConfiguration;
292 | buildSettings = {
293 | CODE_SIGN_IDENTITY = "Apple Development";
294 | CODE_SIGN_STYLE = Automatic;
295 | DEVELOPMENT_TEAM = ZX49WKA8QN;
296 | ENABLE_HARDENED_RUNTIME = YES;
297 | PRODUCT_BUNDLE_IDENTIFIER = mo.com.sleeplessmind.AlfredOnePee;
298 | PRODUCT_NAME = "$(TARGET_NAME)";
299 | PROVISIONING_PROFILE_SPECIFIER = "";
300 | SWIFT_VERSION = 5.0;
301 | };
302 | name = Release;
303 | };
304 | /* End XCBuildConfiguration section */
305 |
306 | /* Begin XCConfigurationList section */
307 | 913F0B5E2B7B6262004CC1D3 /* Build configuration list for PBXProject "AlfredOnePee" */ = {
308 | isa = XCConfigurationList;
309 | buildConfigurations = (
310 | 913F0B682B7B6262004CC1D3 /* Debug */,
311 | 913F0B692B7B6262004CC1D3 /* Release */,
312 | );
313 | defaultConfigurationIsVisible = 0;
314 | defaultConfigurationName = Release;
315 | };
316 | 913F0B6A2B7B6262004CC1D3 /* Build configuration list for PBXNativeTarget "AlfredOnePee" */ = {
317 | isa = XCConfigurationList;
318 | buildConfigurations = (
319 | 913F0B6B2B7B6262004CC1D3 /* Debug */,
320 | 913F0B6C2B7B6262004CC1D3 /* Release */,
321 | );
322 | defaultConfigurationIsVisible = 0;
323 | defaultConfigurationName = Release;
324 | };
325 | /* End XCConfigurationList section */
326 |
327 | /* Begin XCRemoteSwiftPackageReference section */
328 | 9135A91A2B8F02FC0015C858 /* XCRemoteSwiftPackageReference "Yams" */ = {
329 | isa = XCRemoteSwiftPackageReference;
330 | repositoryURL = "git@github.com:jpsim/Yams.git";
331 | requirement = {
332 | kind = upToNextMajorVersion;
333 | minimumVersion = 5.0.6;
334 | };
335 | };
336 | 918DC0572B7B648100C55144 /* XCRemoteSwiftPackageReference "AlfredWorkflowScriptFilter" */ = {
337 | isa = XCRemoteSwiftPackageReference;
338 | repositoryURL = "git@github.com:godbout/AlfredWorkflowScriptFilter.git";
339 | requirement = {
340 | kind = upToNextMajorVersion;
341 | minimumVersion = 1.0.0;
342 | };
343 | };
344 | /* End XCRemoteSwiftPackageReference section */
345 |
346 | /* Begin XCSwiftPackageProductDependency section */
347 | 9135A91B2B8F02FC0015C858 /* Yams */ = {
348 | isa = XCSwiftPackageProductDependency;
349 | package = 9135A91A2B8F02FC0015C858 /* XCRemoteSwiftPackageReference "Yams" */;
350 | productName = Yams;
351 | };
352 | 918DC0582B7B648100C55144 /* AlfredWorkflowScriptFilter */ = {
353 | isa = XCSwiftPackageProductDependency;
354 | package = 918DC0572B7B648100C55144 /* XCRemoteSwiftPackageReference "AlfredWorkflowScriptFilter" */;
355 | productName = AlfredWorkflowScriptFilter;
356 | };
357 | /* End XCSwiftPackageProductDependency section */
358 | };
359 | rootObject = 913F0B5B2B7B6262004CC1D3 /* Project object */;
360 | }
361 |
--------------------------------------------------------------------------------
/Workflow/info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | bundleid
6 | mo.com.sleeplessmind.AlfredOnePee
7 | category
8 | Productivity
9 | connections
10 |
11 | 0AC39E1C-5FB5-4692-9D04-6E9B18FF79EB
12 |
13 |
14 | destinationuid
15 | 1AC35075-6606-43B5-92B4-DF71886EF3C7
16 | modifiers
17 | 0
18 | modifiersubtext
19 |
20 | vitoclose
21 |
22 |
23 |
24 | 1AC35075-6606-43B5-92B4-DF71886EF3C7
25 |
26 |
27 | destinationuid
28 | A581F093-144F-4BF3-A473-ECDA99A59F91
29 | modifiers
30 | 0
31 | modifiersubtext
32 |
33 | vitoclose
34 |
35 |
36 |
37 | 94B75B2A-B8F3-41A5-BEC3-DB889CB4F04C
38 |
39 |
40 | destinationuid
41 | 1AC35075-6606-43B5-92B4-DF71886EF3C7
42 | modifiers
43 | 0
44 | modifiersubtext
45 |
46 | vitoclose
47 |
48 |
49 |
50 | 956CA703-782F-48D5-A558-82D815E3006C
51 |
52 |
53 | destinationuid
54 | 41FAE965-4D3C-405A-8B33-DC6590A722D4
55 | modifiers
56 | 0
57 | modifiersubtext
58 |
59 | sourceoutputuid
60 | 35322F1C-1972-45AF-B0E7-71A08ABB09CF
61 | vitoclose
62 |
63 |
64 |
65 | destinationuid
66 | FD4B60EB-7A2E-427C-80F4-98890EF19692
67 | modifiers
68 | 0
69 | modifiersubtext
70 |
71 | vitoclose
72 |
73 |
74 |
75 | A581F093-144F-4BF3-A473-ECDA99A59F91
76 |
77 |
78 | destinationuid
79 | 956CA703-782F-48D5-A558-82D815E3006C
80 | modifiers
81 | 0
82 | modifiersubtext
83 |
84 | vitoclose
85 |
86 |
87 |
88 | FD4B60EB-7A2E-427C-80F4-98890EF19692
89 |
90 |
91 | destinationuid
92 | E1B92124-5903-46EA-9512-5700100DD35C
93 | modifiers
94 | 0
95 | modifiersubtext
96 |
97 | vitoclose
98 |
99 |
100 |
101 |
102 | createdby
103 | Guillaume Leclerc
104 | description
105 | The `1p` without 1Password
106 | disabled
107 |
108 | name
109 | OnePee
110 | objects
111 |
112 |
113 | config
114 |
115 | availableviaurlhandler
116 |
117 | triggerid
118 | start
119 |
120 | type
121 | alfred.workflow.trigger.external
122 | uid
123 | 0AC39E1C-5FB5-4692-9D04-6E9B18FF79EB
124 | version
125 | 1
126 |
127 |
128 | config
129 |
130 | action
131 | 0
132 | argument
133 | 0
134 | focusedappvariable
135 |
136 | focusedappvariablename
137 |
138 | hotkey
139 | 0
140 | hotmod
141 | 0
142 | leftcursor
143 |
144 | modsmode
145 | 0
146 | relatedAppsMode
147 | 0
148 |
149 | type
150 | alfred.workflow.trigger.hotkey
151 | uid
152 | 94B75B2A-B8F3-41A5-BEC3-DB889CB4F04C
153 | version
154 | 2
155 |
156 |
157 | config
158 |
159 | externaltriggerid
160 | start
161 | passinputasargument
162 |
163 | passvariables
164 |
165 | workflowbundleid
166 | self
167 |
168 | type
169 | alfred.workflow.output.callexternaltrigger
170 | uid
171 | 41FAE965-4D3C-405A-8B33-DC6590A722D4
172 | version
173 | 1
174 |
175 |
176 | config
177 |
178 | alfredfiltersresults
179 |
180 | alfredfiltersresultsmatchmode
181 | 2
182 | argumenttreatemptyqueryasnil
183 |
184 | argumenttrimmode
185 | 0
186 | argumenttype
187 | 1
188 | escaping
189 | 102
190 | keyword
191 | {var:workflow_keyword}
192 | queuedelaycustom
193 | 3
194 | queuedelayimmediatelyinitially
195 |
196 | queuedelaymode
197 | 0
198 | queuemode
199 | 2
200 | runningsubtext
201 |
202 | script
203 | ./resources/binaries/AlfredOnePee "$1"
204 | scriptargtype
205 | 1
206 | scriptfile
207 |
208 | subtext
209 |
210 | title
211 |
212 | type
213 | 0
214 | withspace
215 |
216 |
217 | type
218 | alfred.workflow.input.scriptfilter
219 | uid
220 | 1AC35075-6606-43B5-92B4-DF71886EF3C7
221 | version
222 | 3
223 |
224 |
225 | config
226 |
227 | conditions
228 |
229 |
230 | inputstring
231 | {var:next}
232 | matchcasesensitive
233 |
234 | matchmode
235 | 1
236 | matchstring
237 | do
238 | outputlabel
239 | menu
240 | uid
241 | 35322F1C-1972-45AF-B0E7-71A08ABB09CF
242 |
243 |
244 | elselabel
245 | do
246 | hideelse
247 |
248 |
249 | type
250 | alfred.workflow.utility.conditional
251 | uid
252 | 956CA703-782F-48D5-A558-82D815E3006C
253 | version
254 | 1
255 |
256 |
257 | config
258 |
259 | argument
260 |
261 | passthroughargument
262 |
263 | variables
264 |
265 | next
266 | {query}
267 |
268 |
269 | type
270 | alfred.workflow.utility.argument
271 | uid
272 | A581F093-144F-4BF3-A473-ECDA99A59F91
273 | version
274 | 1
275 |
276 |
277 | config
278 |
279 | browser
280 |
281 | skipqueryencode
282 |
283 | skipvarencode
284 |
285 | spaces
286 |
287 | url
288 | {var:url}
289 |
290 | type
291 | alfred.workflow.action.openurl
292 | uid
293 | E1B92124-5903-46EA-9512-5700100DD35C
294 | version
295 | 1
296 |
297 |
298 | config
299 |
300 | lastpathcomponent
301 |
302 | onlyshowifquerypopulated
303 |
304 | removeextension
305 |
306 | text
307 | {query}
308 | title
309 | for quick debugging purposes
310 |
311 | type
312 | alfred.workflow.output.notification
313 | uid
314 | C9122ED6-FD10-4E69-91B0-548E07B91712
315 | version
316 | 1
317 |
318 |
319 | config
320 |
321 | unstackview
322 |
323 |
324 | type
325 | alfred.workflow.utility.hidealfred
326 | uid
327 | FD4B60EB-7A2E-427C-80F4-98890EF19692
328 | version
329 | 1
330 |
331 |
332 | readme
333 | for now see the GitHub repo at: https://github.com/godbout/AlfredOnePee
334 |
335 | make sure to open an issue there to request your favorite Logins!
336 | uidata
337 |
338 | 0AC39E1C-5FB5-4692-9D04-6E9B18FF79EB
339 |
340 | xpos
341 | 30
342 | ypos
343 | 15
344 |
345 | 1AC35075-6606-43B5-92B4-DF71886EF3C7
346 |
347 | xpos
348 | 30
349 | ypos
350 | 235
351 |
352 | 41FAE965-4D3C-405A-8B33-DC6590A722D4
353 |
354 | xpos
355 | 590
356 | ypos
357 | 15
358 |
359 | 94B75B2A-B8F3-41A5-BEC3-DB889CB4F04C
360 |
361 | xpos
362 | 195
363 | ypos
364 | 15
365 |
366 | 956CA703-782F-48D5-A558-82D815E3006C
367 |
368 | xpos
369 | 305
370 | ypos
371 | 255
372 |
373 | A581F093-144F-4BF3-A473-ECDA99A59F91
374 |
375 | xpos
376 | 210
377 | ypos
378 | 265
379 |
380 | C9122ED6-FD10-4E69-91B0-548E07B91712
381 |
382 | xpos
383 | 690
384 | ypos
385 | 280
386 |
387 | E1B92124-5903-46EA-9512-5700100DD35C
388 |
389 | xpos
390 | 520
391 | ypos
392 | 280
393 |
394 | FD4B60EB-7A2E-427C-80F4-98890EF19692
395 |
396 | xpos
397 | 410
398 | ypos
399 | 310
400 |
401 |
402 | userconfigurationconfig
403 |
404 |
405 | config
406 |
407 | default
408 | 1p
409 | placeholder
410 |
411 | required
412 |
413 | trim
414 |
415 |
416 | description
417 |
418 | label
419 | Workflow Keyword
420 | type
421 | textfield
422 | variable
423 | workflow_keyword
424 |
425 |
426 | config
427 |
428 | default
429 | sort_by_usage
430 | pairs
431 |
432 |
433 | Name
434 | sort_by_name
435 |
436 |
437 | Usage
438 | sort_by_usage
439 |
440 |
441 |
442 | description
443 | what's your favorite? name, or usage?
444 | label
445 | Sort Logins by
446 | type
447 | popupbutton
448 | variable
449 | sort_by
450 |
451 |
452 | config
453 |
454 | default
455 |
456 | required
457 |
458 | text
459 | 9GAG
460 |
461 | description
462 |
463 | label
464 | Curated Logins
465 | type
466 | checkbox
467 | variable
468 | 9gag
469 |
470 |
471 | config
472 |
473 | default
474 |
475 | required
476 |
477 | text
478 | Alfred Forum
479 |
480 | description
481 |
482 | label
483 |
484 | type
485 | checkbox
486 | variable
487 | alfredforum
488 |
489 |
490 | config
491 |
492 | default
493 |
494 | required
495 |
496 | text
497 | Amazon
498 |
499 | description
500 |
501 | label
502 |
503 | type
504 | checkbox
505 | variable
506 | amazon
507 |
508 |
509 | config
510 |
511 | default
512 |
513 | required
514 |
515 | text
516 | Binance
517 |
518 | description
519 |
520 | label
521 |
522 | type
523 | checkbox
524 | variable
525 | binance
526 |
527 |
528 | config
529 |
530 | default
531 |
532 | required
533 |
534 | text
535 | Bitstamp
536 |
537 | description
538 |
539 | label
540 |
541 | type
542 | checkbox
543 | variable
544 | bitstamp
545 |
546 |
547 | config
548 |
549 | default
550 |
551 | required
552 |
553 | text
554 | Coinbase
555 |
556 | description
557 |
558 | label
559 |
560 | type
561 | checkbox
562 | variable
563 | coinbase
564 |
565 |
566 | config
567 |
568 | default
569 |
570 | required
571 |
572 | text
573 | DigitalOcean
574 |
575 | description
576 |
577 | label
578 |
579 | type
580 | checkbox
581 | variable
582 | digitalocean
583 |
584 |
585 | config
586 |
587 | default
588 |
589 | required
590 |
591 | text
592 | Discord
593 |
594 | description
595 |
596 | label
597 |
598 | type
599 | checkbox
600 | variable
601 | discord
602 |
603 |
604 | config
605 |
606 | default
607 |
608 | required
609 |
610 | text
611 | Docker Hub
612 |
613 | description
614 |
615 | label
616 |
617 | type
618 | checkbox
619 | variable
620 | dockerhub
621 |
622 |
623 | config
624 |
625 | default
626 |
627 | required
628 |
629 | text
630 | Dropbox
631 |
632 | description
633 |
634 | label
635 |
636 | type
637 | checkbox
638 | variable
639 | dropbox
640 |
641 |
642 | config
643 |
644 | default
645 |
646 | required
647 |
648 | text
649 | Fastmail
650 |
651 | description
652 |
653 | label
654 |
655 | type
656 | checkbox
657 | variable
658 | fastmail
659 |
660 |
661 | config
662 |
663 | default
664 |
665 | required
666 |
667 | text
668 | GitHub
669 |
670 | description
671 |
672 | label
673 |
674 | type
675 | checkbox
676 | variable
677 | github
678 |
679 |
680 | config
681 |
682 | default
683 |
684 | required
685 |
686 | text
687 | GitLab
688 |
689 | description
690 |
691 | label
692 |
693 | type
694 | checkbox
695 | variable
696 | gitlab
697 |
698 |
699 | config
700 |
701 | default
702 |
703 | required
704 |
705 | text
706 | Goodreads
707 |
708 | description
709 |
710 | label
711 |
712 | type
713 | checkbox
714 | variable
715 | goodreads
716 |
717 |
718 | config
719 |
720 | default
721 |
722 | required
723 |
724 | text
725 | Hack The Box
726 |
727 | description
728 |
729 | label
730 |
731 | type
732 | checkbox
733 | variable
734 | hackthebox
735 |
736 |
737 | config
738 |
739 | default
740 |
741 | required
742 |
743 | text
744 | Hack The Box Academy
745 |
746 | description
747 |
748 | label
749 |
750 | type
751 | checkbox
752 | variable
753 | hacktheboxacademy
754 |
755 |
756 | config
757 |
758 | default
759 |
760 | required
761 |
762 | text
763 | Hack The Box Forums
764 |
765 | description
766 |
767 | label
768 |
769 | type
770 | checkbox
771 | variable
772 | hacktheboxforums
773 |
774 |
775 | config
776 |
777 | default
778 |
779 | required
780 |
781 | text
782 | IMDb
783 |
784 | description
785 |
786 | label
787 |
788 | type
789 | checkbox
790 | variable
791 | imdb
792 |
793 |
794 | config
795 |
796 | default
797 |
798 | required
799 |
800 | text
801 | Linode
802 |
803 | description
804 |
805 | label
806 |
807 | type
808 | checkbox
809 | variable
810 | linode
811 |
812 |
813 | config
814 |
815 | default
816 |
817 | required
818 |
819 | text
820 | KeepSolid
821 |
822 | description
823 |
824 | label
825 |
826 | type
827 | checkbox
828 | variable
829 | keepsolid
830 |
831 |
832 | config
833 |
834 | default
835 |
836 | required
837 |
838 | text
839 | Microsoft Account
840 |
841 | description
842 |
843 | label
844 |
845 | type
846 | checkbox
847 | variable
848 | microsoftaccount
849 |
850 |
851 | config
852 |
853 | default
854 |
855 | required
856 |
857 | text
858 | NearlyFreeSpeech
859 |
860 | description
861 |
862 | label
863 |
864 | type
865 | checkbox
866 | variable
867 | nearlyfreespeech
868 |
869 |
870 | config
871 |
872 | default
873 |
874 | required
875 |
876 | text
877 | Open Exchange Rates
878 |
879 | description
880 |
881 | label
882 |
883 | type
884 | checkbox
885 | variable
886 | openexchangerates
887 |
888 |
889 | config
890 |
891 | default
892 |
893 | required
894 |
895 | text
896 | Paddle
897 |
898 | description
899 |
900 | label
901 |
902 | type
903 | checkbox
904 | variable
905 | paddle
906 |
907 |
908 | config
909 |
910 | default
911 |
912 | required
913 |
914 | text
915 | PayPal
916 |
917 | description
918 |
919 | label
920 |
921 | type
922 | checkbox
923 | variable
924 | paypal
925 |
926 |
927 | config
928 |
929 | default
930 |
931 | required
932 |
933 | text
934 | Ploi
935 |
936 | description
937 |
938 | label
939 |
940 | type
941 | checkbox
942 | variable
943 | ploi
944 |
945 |
946 | config
947 |
948 | default
949 |
950 | required
951 |
952 | text
953 | Pocket
954 |
955 | description
956 |
957 | label
958 |
959 | type
960 | checkbox
961 | variable
962 | pocket
963 |
964 |
965 | config
966 |
967 | default
968 |
969 | required
970 |
971 | text
972 | Porkbun
973 |
974 | description
975 |
976 | label
977 |
978 | type
979 | checkbox
980 | variable
981 | porkbun
982 |
983 |
984 | config
985 |
986 | default
987 |
988 | required
989 |
990 | text
991 | PortSwigger
992 |
993 | description
994 |
995 | label
996 |
997 | type
998 | checkbox
999 | variable
1000 | portswigger
1001 |
1002 |
1003 | config
1004 |
1005 | default
1006 |
1007 | required
1008 |
1009 | text
1010 | Quora
1011 |
1012 | description
1013 |
1014 | label
1015 |
1016 | type
1017 | checkbox
1018 | variable
1019 | quora
1020 |
1021 |
1022 | config
1023 |
1024 | default
1025 |
1026 | required
1027 |
1028 | text
1029 | RealVNC
1030 |
1031 | description
1032 |
1033 | label
1034 |
1035 | type
1036 | checkbox
1037 | variable
1038 | realvnc
1039 |
1040 |
1041 | config
1042 |
1043 | default
1044 |
1045 | required
1046 |
1047 | text
1048 | Reddit
1049 |
1050 | description
1051 |
1052 | label
1053 |
1054 | type
1055 | checkbox
1056 | variable
1057 | reddit
1058 |
1059 |
1060 | config
1061 |
1062 | default
1063 |
1064 | required
1065 |
1066 | text
1067 | Stack Exchange
1068 |
1069 | description
1070 |
1071 | label
1072 |
1073 | type
1074 | checkbox
1075 | variable
1076 | stackexchange
1077 |
1078 |
1079 | config
1080 |
1081 | default
1082 |
1083 | required
1084 |
1085 | text
1086 | Stack Overflow
1087 |
1088 | description
1089 |
1090 | label
1091 |
1092 | type
1093 | checkbox
1094 | variable
1095 | stackoverflow
1096 |
1097 |
1098 | config
1099 |
1100 | default
1101 |
1102 | required
1103 |
1104 | text
1105 | Toggl Track
1106 |
1107 | description
1108 |
1109 | label
1110 |
1111 | type
1112 | checkbox
1113 | variable
1114 | toggltrack
1115 |
1116 |
1117 | config
1118 |
1119 | default
1120 |
1121 | required
1122 |
1123 | text
1124 | TryHackMe
1125 |
1126 | description
1127 |
1128 | label
1129 |
1130 | type
1131 | checkbox
1132 | variable
1133 | tryhackme
1134 |
1135 |
1136 | config
1137 |
1138 | default
1139 |
1140 | required
1141 |
1142 | text
1143 | Vultr
1144 |
1145 | description
1146 |
1147 | label
1148 |
1149 | type
1150 | checkbox
1151 | variable
1152 | vultr
1153 |
1154 |
1155 | config
1156 |
1157 | default
1158 |
1159 | required
1160 |
1161 | text
1162 | Wise
1163 |
1164 | description
1165 |
1166 | label
1167 |
1168 | type
1169 | checkbox
1170 | variable
1171 | wise
1172 |
1173 |
1174 | config
1175 |
1176 | default
1177 |
1178 | required
1179 |
1180 | text
1181 | X
1182 |
1183 | description
1184 |
1185 | label
1186 |
1187 | type
1188 | checkbox
1189 | variable
1190 | x
1191 |
1192 |
1193 | config
1194 |
1195 | default
1196 |
1197 | placeholder
1198 | ~/Dropbox/Alfred/Workflows/OnePee
1199 | required
1200 |
1201 | trim
1202 |
1203 |
1204 | description
1205 | path where you store your own custom .yaml login files. e.g.: ~/Dropbox/Alfred/Workflows/OnePee
1206 | label
1207 | Custom Logins Path
1208 | type
1209 | textfield
1210 | variable
1211 | custom_logins_path
1212 |
1213 |
1214 | version
1215 | 0.15.0
1216 | webaddress
1217 | https://github.com/godbout/AlfredOnePee
1218 |
1219 |
1220 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | GNU GENERAL PUBLIC LICENSE
2 | Version 3, 29 June 2007
3 |
4 | Copyright (C) 2007 Free Software Foundation, Inc.
5 | Everyone is permitted to copy and distribute verbatim copies
6 | of this license document, but changing it is not allowed.
7 |
8 | Preamble
9 |
10 | The GNU General Public License is a free, copyleft license for
11 | software and other kinds of works.
12 |
13 | The licenses for most software and other practical works are designed
14 | to take away your freedom to share and change the works. By contrast,
15 | the GNU General Public License is intended to guarantee your freedom to
16 | share and change all versions of a program--to make sure it remains free
17 | software for all its users. We, the Free Software Foundation, use the
18 | GNU General Public License for most of our software; it applies also to
19 | any other work released this way by its authors. You can apply it to
20 | your programs, too.
21 |
22 | When we speak of free software, we are referring to freedom, not
23 | price. Our General Public Licenses are designed to make sure that you
24 | have the freedom to distribute copies of free software (and charge for
25 | them if you wish), that you receive source code or can get it if you
26 | want it, that you can change the software or use pieces of it in new
27 | free programs, and that you know you can do these things.
28 |
29 | To protect your rights, we need to prevent others from denying you
30 | these rights or asking you to surrender the rights. Therefore, you have
31 | certain responsibilities if you distribute copies of the software, or if
32 | you modify it: responsibilities to respect the freedom of others.
33 |
34 | For example, if you distribute copies of such a program, whether
35 | gratis or for a fee, you must pass on to the recipients the same
36 | freedoms that you received. You must make sure that they, too, receive
37 | or can get the source code. And you must show them these terms so they
38 | know their rights.
39 |
40 | Developers that use the GNU GPL protect your rights with two steps:
41 | (1) assert copyright on the software, and (2) offer you this License
42 | giving you legal permission to copy, distribute and/or modify it.
43 |
44 | For the developers' and authors' protection, the GPL clearly explains
45 | that there is no warranty for this free software. For both users' and
46 | authors' sake, the GPL requires that modified versions be marked as
47 | changed, so that their problems will not be attributed erroneously to
48 | authors of previous versions.
49 |
50 | Some devices are designed to deny users access to install or run
51 | modified versions of the software inside them, although the manufacturer
52 | can do so. This is fundamentally incompatible with the aim of
53 | protecting users' freedom to change the software. The systematic
54 | pattern of such abuse occurs in the area of products for individuals to
55 | use, which is precisely where it is most unacceptable. Therefore, we
56 | have designed this version of the GPL to prohibit the practice for those
57 | products. If such problems arise substantially in other domains, we
58 | stand ready to extend this provision to those domains in future versions
59 | of the GPL, as needed to protect the freedom of users.
60 |
61 | Finally, every program is threatened constantly by software patents.
62 | States should not allow patents to restrict development and use of
63 | software on general-purpose computers, but in those that do, we wish to
64 | avoid the special danger that patents applied to a free program could
65 | make it effectively proprietary. To prevent this, the GPL assures that
66 | patents cannot be used to render the program non-free.
67 |
68 | The precise terms and conditions for copying, distribution and
69 | modification follow.
70 |
71 | TERMS AND CONDITIONS
72 |
73 | 0. Definitions.
74 |
75 | "This License" refers to version 3 of the GNU General Public License.
76 |
77 | "Copyright" also means copyright-like laws that apply to other kinds of
78 | works, such as semiconductor masks.
79 |
80 | "The Program" refers to any copyrightable work licensed under this
81 | License. Each licensee is addressed as "you". "Licensees" and
82 | "recipients" may be individuals or organizations.
83 |
84 | To "modify" a work means to copy from or adapt all or part of the work
85 | in a fashion requiring copyright permission, other than the making of an
86 | exact copy. The resulting work is called a "modified version" of the
87 | earlier work or a work "based on" the earlier work.
88 |
89 | A "covered work" means either the unmodified Program or a work based
90 | on the Program.
91 |
92 | To "propagate" a work means to do anything with it that, without
93 | permission, would make you directly or secondarily liable for
94 | infringement under applicable copyright law, except executing it on a
95 | computer or modifying a private copy. Propagation includes copying,
96 | distribution (with or without modification), making available to the
97 | public, and in some countries other activities as well.
98 |
99 | To "convey" a work means any kind of propagation that enables other
100 | parties to make or receive copies. Mere interaction with a user through
101 | a computer network, with no transfer of a copy, is not conveying.
102 |
103 | An interactive user interface displays "Appropriate Legal Notices"
104 | to the extent that it includes a convenient and prominently visible
105 | feature that (1) displays an appropriate copyright notice, and (2)
106 | tells the user that there is no warranty for the work (except to the
107 | extent that warranties are provided), that licensees may convey the
108 | work under this License, and how to view a copy of this License. If
109 | the interface presents a list of user commands or options, such as a
110 | menu, a prominent item in the list meets this criterion.
111 |
112 | 1. Source Code.
113 |
114 | The "source code" for a work means the preferred form of the work
115 | for making modifications to it. "Object code" means any non-source
116 | form of a work.
117 |
118 | A "Standard Interface" means an interface that either is an official
119 | standard defined by a recognized standards body, or, in the case of
120 | interfaces specified for a particular programming language, one that
121 | is widely used among developers working in that language.
122 |
123 | The "System Libraries" of an executable work include anything, other
124 | than the work as a whole, that (a) is included in the normal form of
125 | packaging a Major Component, but which is not part of that Major
126 | Component, and (b) serves only to enable use of the work with that
127 | Major Component, or to implement a Standard Interface for which an
128 | implementation is available to the public in source code form. A
129 | "Major Component", in this context, means a major essential component
130 | (kernel, window system, and so on) of the specific operating system
131 | (if any) on which the executable work runs, or a compiler used to
132 | produce the work, or an object code interpreter used to run it.
133 |
134 | The "Corresponding Source" for a work in object code form means all
135 | the source code needed to generate, install, and (for an executable
136 | work) run the object code and to modify the work, including scripts to
137 | control those activities. However, it does not include the work's
138 | System Libraries, or general-purpose tools or generally available free
139 | programs which are used unmodified in performing those activities but
140 | which are not part of the work. For example, Corresponding Source
141 | includes interface definition files associated with source files for
142 | the work, and the source code for shared libraries and dynamically
143 | linked subprograms that the work is specifically designed to require,
144 | such as by intimate data communication or control flow between those
145 | subprograms and other parts of the work.
146 |
147 | The Corresponding Source need not include anything that users
148 | can regenerate automatically from other parts of the Corresponding
149 | Source.
150 |
151 | The Corresponding Source for a work in source code form is that
152 | same work.
153 |
154 | 2. Basic Permissions.
155 |
156 | All rights granted under this License are granted for the term of
157 | copyright on the Program, and are irrevocable provided the stated
158 | conditions are met. This License explicitly affirms your unlimited
159 | permission to run the unmodified Program. The output from running a
160 | covered work is covered by this License only if the output, given its
161 | content, constitutes a covered work. This License acknowledges your
162 | rights of fair use or other equivalent, as provided by copyright law.
163 |
164 | You may make, run and propagate covered works that you do not
165 | convey, without conditions so long as your license otherwise remains
166 | in force. You may convey covered works to others for the sole purpose
167 | of having them make modifications exclusively for you, or provide you
168 | with facilities for running those works, provided that you comply with
169 | the terms of this License in conveying all material for which you do
170 | not control copyright. Those thus making or running the covered works
171 | for you must do so exclusively on your behalf, under your direction
172 | and control, on terms that prohibit them from making any copies of
173 | your copyrighted material outside their relationship with you.
174 |
175 | Conveying under any other circumstances is permitted solely under
176 | the conditions stated below. Sublicensing is not allowed; section 10
177 | makes it unnecessary.
178 |
179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180 |
181 | No covered work shall be deemed part of an effective technological
182 | measure under any applicable law fulfilling obligations under article
183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184 | similar laws prohibiting or restricting circumvention of such
185 | measures.
186 |
187 | When you convey a covered work, you waive any legal power to forbid
188 | circumvention of technological measures to the extent such circumvention
189 | is effected by exercising rights under this License with respect to
190 | the covered work, and you disclaim any intention to limit operation or
191 | modification of the work as a means of enforcing, against the work's
192 | users, your or third parties' legal rights to forbid circumvention of
193 | technological measures.
194 |
195 | 4. Conveying Verbatim Copies.
196 |
197 | You may convey verbatim copies of the Program's source code as you
198 | receive it, in any medium, provided that you conspicuously and
199 | appropriately publish on each copy an appropriate copyright notice;
200 | keep intact all notices stating that this License and any
201 | non-permissive terms added in accord with section 7 apply to the code;
202 | keep intact all notices of the absence of any warranty; and give all
203 | recipients a copy of this License along with the Program.
204 |
205 | You may charge any price or no price for each copy that you convey,
206 | and you may offer support or warranty protection for a fee.
207 |
208 | 5. Conveying Modified Source Versions.
209 |
210 | You may convey a work based on the Program, or the modifications to
211 | produce it from the Program, in the form of source code under the
212 | terms of section 4, provided that you also meet all of these conditions:
213 |
214 | a) The work must carry prominent notices stating that you modified
215 | it, and giving a relevant date.
216 |
217 | b) The work must carry prominent notices stating that it is
218 | released under this License and any conditions added under section
219 | 7. This requirement modifies the requirement in section 4 to
220 | "keep intact all notices".
221 |
222 | c) You must license the entire work, as a whole, under this
223 | License to anyone who comes into possession of a copy. This
224 | License will therefore apply, along with any applicable section 7
225 | additional terms, to the whole of the work, and all its parts,
226 | regardless of how they are packaged. This License gives no
227 | permission to license the work in any other way, but it does not
228 | invalidate such permission if you have separately received it.
229 |
230 | d) If the work has interactive user interfaces, each must display
231 | Appropriate Legal Notices; however, if the Program has interactive
232 | interfaces that do not display Appropriate Legal Notices, your
233 | work need not make them do so.
234 |
235 | A compilation of a covered work with other separate and independent
236 | works, which are not by their nature extensions of the covered work,
237 | and which are not combined with it such as to form a larger program,
238 | in or on a volume of a storage or distribution medium, is called an
239 | "aggregate" if the compilation and its resulting copyright are not
240 | used to limit the access or legal rights of the compilation's users
241 | beyond what the individual works permit. Inclusion of a covered work
242 | in an aggregate does not cause this License to apply to the other
243 | parts of the aggregate.
244 |
245 | 6. Conveying Non-Source Forms.
246 |
247 | You may convey a covered work in object code form under the terms
248 | of sections 4 and 5, provided that you also convey the
249 | machine-readable Corresponding Source under the terms of this License,
250 | in one of these ways:
251 |
252 | a) Convey the object code in, or embodied in, a physical product
253 | (including a physical distribution medium), accompanied by the
254 | Corresponding Source fixed on a durable physical medium
255 | customarily used for software interchange.
256 |
257 | b) Convey the object code in, or embodied in, a physical product
258 | (including a physical distribution medium), accompanied by a
259 | written offer, valid for at least three years and valid for as
260 | long as you offer spare parts or customer support for that product
261 | model, to give anyone who possesses the object code either (1) a
262 | copy of the Corresponding Source for all the software in the
263 | product that is covered by this License, on a durable physical
264 | medium customarily used for software interchange, for a price no
265 | more than your reasonable cost of physically performing this
266 | conveying of source, or (2) access to copy the
267 | Corresponding Source from a network server at no charge.
268 |
269 | c) Convey individual copies of the object code with a copy of the
270 | written offer to provide the Corresponding Source. This
271 | alternative is allowed only occasionally and noncommercially, and
272 | only if you received the object code with such an offer, in accord
273 | with subsection 6b.
274 |
275 | d) Convey the object code by offering access from a designated
276 | place (gratis or for a charge), and offer equivalent access to the
277 | Corresponding Source in the same way through the same place at no
278 | further charge. You need not require recipients to copy the
279 | Corresponding Source along with the object code. If the place to
280 | copy the object code is a network server, the Corresponding Source
281 | may be on a different server (operated by you or a third party)
282 | that supports equivalent copying facilities, provided you maintain
283 | clear directions next to the object code saying where to find the
284 | Corresponding Source. Regardless of what server hosts the
285 | Corresponding Source, you remain obligated to ensure that it is
286 | available for as long as needed to satisfy these requirements.
287 |
288 | e) Convey the object code using peer-to-peer transmission, provided
289 | you inform other peers where the object code and Corresponding
290 | Source of the work are being offered to the general public at no
291 | charge under subsection 6d.
292 |
293 | A separable portion of the object code, whose source code is excluded
294 | from the Corresponding Source as a System Library, need not be
295 | included in conveying the object code work.
296 |
297 | A "User Product" is either (1) a "consumer product", which means any
298 | tangible personal property which is normally used for personal, family,
299 | or household purposes, or (2) anything designed or sold for incorporation
300 | into a dwelling. In determining whether a product is a consumer product,
301 | doubtful cases shall be resolved in favor of coverage. For a particular
302 | product received by a particular user, "normally used" refers to a
303 | typical or common use of that class of product, regardless of the status
304 | of the particular user or of the way in which the particular user
305 | actually uses, or expects or is expected to use, the product. A product
306 | is a consumer product regardless of whether the product has substantial
307 | commercial, industrial or non-consumer uses, unless such uses represent
308 | the only significant mode of use of the product.
309 |
310 | "Installation Information" for a User Product means any methods,
311 | procedures, authorization keys, or other information required to install
312 | and execute modified versions of a covered work in that User Product from
313 | a modified version of its Corresponding Source. The information must
314 | suffice to ensure that the continued functioning of the modified object
315 | code is in no case prevented or interfered with solely because
316 | modification has been made.
317 |
318 | If you convey an object code work under this section in, or with, or
319 | specifically for use in, a User Product, and the conveying occurs as
320 | part of a transaction in which the right of possession and use of the
321 | User Product is transferred to the recipient in perpetuity or for a
322 | fixed term (regardless of how the transaction is characterized), the
323 | Corresponding Source conveyed under this section must be accompanied
324 | by the Installation Information. But this requirement does not apply
325 | if neither you nor any third party retains the ability to install
326 | modified object code on the User Product (for example, the work has
327 | been installed in ROM).
328 |
329 | The requirement to provide Installation Information does not include a
330 | requirement to continue to provide support service, warranty, or updates
331 | for a work that has been modified or installed by the recipient, or for
332 | the User Product in which it has been modified or installed. Access to a
333 | network may be denied when the modification itself materially and
334 | adversely affects the operation of the network or violates the rules and
335 | protocols for communication across the network.
336 |
337 | Corresponding Source conveyed, and Installation Information provided,
338 | in accord with this section must be in a format that is publicly
339 | documented (and with an implementation available to the public in
340 | source code form), and must require no special password or key for
341 | unpacking, reading or copying.
342 |
343 | 7. Additional Terms.
344 |
345 | "Additional permissions" are terms that supplement the terms of this
346 | License by making exceptions from one or more of its conditions.
347 | Additional permissions that are applicable to the entire Program shall
348 | be treated as though they were included in this License, to the extent
349 | that they are valid under applicable law. If additional permissions
350 | apply only to part of the Program, that part may be used separately
351 | under those permissions, but the entire Program remains governed by
352 | this License without regard to the additional permissions.
353 |
354 | When you convey a copy of a covered work, you may at your option
355 | remove any additional permissions from that copy, or from any part of
356 | it. (Additional permissions may be written to require their own
357 | removal in certain cases when you modify the work.) You may place
358 | additional permissions on material, added by you to a covered work,
359 | for which you have or can give appropriate copyright permission.
360 |
361 | Notwithstanding any other provision of this License, for material you
362 | add to a covered work, you may (if authorized by the copyright holders of
363 | that material) supplement the terms of this License with terms:
364 |
365 | a) Disclaiming warranty or limiting liability differently from the
366 | terms of sections 15 and 16 of this License; or
367 |
368 | b) Requiring preservation of specified reasonable legal notices or
369 | author attributions in that material or in the Appropriate Legal
370 | Notices displayed by works containing it; or
371 |
372 | c) Prohibiting misrepresentation of the origin of that material, or
373 | requiring that modified versions of such material be marked in
374 | reasonable ways as different from the original version; or
375 |
376 | d) Limiting the use for publicity purposes of names of licensors or
377 | authors of the material; or
378 |
379 | e) Declining to grant rights under trademark law for use of some
380 | trade names, trademarks, or service marks; or
381 |
382 | f) Requiring indemnification of licensors and authors of that
383 | material by anyone who conveys the material (or modified versions of
384 | it) with contractual assumptions of liability to the recipient, for
385 | any liability that these contractual assumptions directly impose on
386 | those licensors and authors.
387 |
388 | All other non-permissive additional terms are considered "further
389 | restrictions" within the meaning of section 10. If the Program as you
390 | received it, or any part of it, contains a notice stating that it is
391 | governed by this License along with a term that is a further
392 | restriction, you may remove that term. If a license document contains
393 | a further restriction but permits relicensing or conveying under this
394 | License, you may add to a covered work material governed by the terms
395 | of that license document, provided that the further restriction does
396 | not survive such relicensing or conveying.
397 |
398 | If you add terms to a covered work in accord with this section, you
399 | must place, in the relevant source files, a statement of the
400 | additional terms that apply to those files, or a notice indicating
401 | where to find the applicable terms.
402 |
403 | Additional terms, permissive or non-permissive, may be stated in the
404 | form of a separately written license, or stated as exceptions;
405 | the above requirements apply either way.
406 |
407 | 8. Termination.
408 |
409 | You may not propagate or modify a covered work except as expressly
410 | provided under this License. Any attempt otherwise to propagate or
411 | modify it is void, and will automatically terminate your rights under
412 | this License (including any patent licenses granted under the third
413 | paragraph of section 11).
414 |
415 | However, if you cease all violation of this License, then your
416 | license from a particular copyright holder is reinstated (a)
417 | provisionally, unless and until the copyright holder explicitly and
418 | finally terminates your license, and (b) permanently, if the copyright
419 | holder fails to notify you of the violation by some reasonable means
420 | prior to 60 days after the cessation.
421 |
422 | Moreover, your license from a particular copyright holder is
423 | reinstated permanently if the copyright holder notifies you of the
424 | violation by some reasonable means, this is the first time you have
425 | received notice of violation of this License (for any work) from that
426 | copyright holder, and you cure the violation prior to 30 days after
427 | your receipt of the notice.
428 |
429 | Termination of your rights under this section does not terminate the
430 | licenses of parties who have received copies or rights from you under
431 | this License. If your rights have been terminated and not permanently
432 | reinstated, you do not qualify to receive new licenses for the same
433 | material under section 10.
434 |
435 | 9. Acceptance Not Required for Having Copies.
436 |
437 | You are not required to accept this License in order to receive or
438 | run a copy of the Program. Ancillary propagation of a covered work
439 | occurring solely as a consequence of using peer-to-peer transmission
440 | to receive a copy likewise does not require acceptance. However,
441 | nothing other than this License grants you permission to propagate or
442 | modify any covered work. These actions infringe copyright if you do
443 | not accept this License. Therefore, by modifying or propagating a
444 | covered work, you indicate your acceptance of this License to do so.
445 |
446 | 10. Automatic Licensing of Downstream Recipients.
447 |
448 | Each time you convey a covered work, the recipient automatically
449 | receives a license from the original licensors, to run, modify and
450 | propagate that work, subject to this License. You are not responsible
451 | for enforcing compliance by third parties with this License.
452 |
453 | An "entity transaction" is a transaction transferring control of an
454 | organization, or substantially all assets of one, or subdividing an
455 | organization, or merging organizations. If propagation of a covered
456 | work results from an entity transaction, each party to that
457 | transaction who receives a copy of the work also receives whatever
458 | licenses to the work the party's predecessor in interest had or could
459 | give under the previous paragraph, plus a right to possession of the
460 | Corresponding Source of the work from the predecessor in interest, if
461 | the predecessor has it or can get it with reasonable efforts.
462 |
463 | You may not impose any further restrictions on the exercise of the
464 | rights granted or affirmed under this License. For example, you may
465 | not impose a license fee, royalty, or other charge for exercise of
466 | rights granted under this License, and you may not initiate litigation
467 | (including a cross-claim or counterclaim in a lawsuit) alleging that
468 | any patent claim is infringed by making, using, selling, offering for
469 | sale, or importing the Program or any portion of it.
470 |
471 | 11. Patents.
472 |
473 | A "contributor" is a copyright holder who authorizes use under this
474 | License of the Program or a work on which the Program is based. The
475 | work thus licensed is called the contributor's "contributor version".
476 |
477 | A contributor's "essential patent claims" are all patent claims
478 | owned or controlled by the contributor, whether already acquired or
479 | hereafter acquired, that would be infringed by some manner, permitted
480 | by this License, of making, using, or selling its contributor version,
481 | but do not include claims that would be infringed only as a
482 | consequence of further modification of the contributor version. For
483 | purposes of this definition, "control" includes the right to grant
484 | patent sublicenses in a manner consistent with the requirements of
485 | this License.
486 |
487 | Each contributor grants you a non-exclusive, worldwide, royalty-free
488 | patent license under the contributor's essential patent claims, to
489 | make, use, sell, offer for sale, import and otherwise run, modify and
490 | propagate the contents of its contributor version.
491 |
492 | In the following three paragraphs, a "patent license" is any express
493 | agreement or commitment, however denominated, not to enforce a patent
494 | (such as an express permission to practice a patent or covenant not to
495 | sue for patent infringement). To "grant" such a patent license to a
496 | party means to make such an agreement or commitment not to enforce a
497 | patent against the party.
498 |
499 | If you convey a covered work, knowingly relying on a patent license,
500 | and the Corresponding Source of the work is not available for anyone
501 | to copy, free of charge and under the terms of this License, through a
502 | publicly available network server or other readily accessible means,
503 | then you must either (1) cause the Corresponding Source to be so
504 | available, or (2) arrange to deprive yourself of the benefit of the
505 | patent license for this particular work, or (3) arrange, in a manner
506 | consistent with the requirements of this License, to extend the patent
507 | license to downstream recipients. "Knowingly relying" means you have
508 | actual knowledge that, but for the patent license, your conveying the
509 | covered work in a country, or your recipient's use of the covered work
510 | in a country, would infringe one or more identifiable patents in that
511 | country that you have reason to believe are valid.
512 |
513 | If, pursuant to or in connection with a single transaction or
514 | arrangement, you convey, or propagate by procuring conveyance of, a
515 | covered work, and grant a patent license to some of the parties
516 | receiving the covered work authorizing them to use, propagate, modify
517 | or convey a specific copy of the covered work, then the patent license
518 | you grant is automatically extended to all recipients of the covered
519 | work and works based on it.
520 |
521 | A patent license is "discriminatory" if it does not include within
522 | the scope of its coverage, prohibits the exercise of, or is
523 | conditioned on the non-exercise of one or more of the rights that are
524 | specifically granted under this License. You may not convey a covered
525 | work if you are a party to an arrangement with a third party that is
526 | in the business of distributing software, under which you make payment
527 | to the third party based on the extent of your activity of conveying
528 | the work, and under which the third party grants, to any of the
529 | parties who would receive the covered work from you, a discriminatory
530 | patent license (a) in connection with copies of the covered work
531 | conveyed by you (or copies made from those copies), or (b) primarily
532 | for and in connection with specific products or compilations that
533 | contain the covered work, unless you entered into that arrangement,
534 | or that patent license was granted, prior to 28 March 2007.
535 |
536 | Nothing in this License shall be construed as excluding or limiting
537 | any implied license or other defenses to infringement that may
538 | otherwise be available to you under applicable patent law.
539 |
540 | 12. No Surrender of Others' Freedom.
541 |
542 | If conditions are imposed on you (whether by court order, agreement or
543 | otherwise) that contradict the conditions of this License, they do not
544 | excuse you from the conditions of this License. If you cannot convey a
545 | covered work so as to satisfy simultaneously your obligations under this
546 | License and any other pertinent obligations, then as a consequence you may
547 | not convey it at all. For example, if you agree to terms that obligate you
548 | to collect a royalty for further conveying from those to whom you convey
549 | the Program, the only way you could satisfy both those terms and this
550 | License would be to refrain entirely from conveying the Program.
551 |
552 | 13. Use with the GNU Affero General Public License.
553 |
554 | Notwithstanding any other provision of this License, you have
555 | permission to link or combine any covered work with a work licensed
556 | under version 3 of the GNU Affero General Public License into a single
557 | combined work, and to convey the resulting work. The terms of this
558 | License will continue to apply to the part which is the covered work,
559 | but the special requirements of the GNU Affero General Public License,
560 | section 13, concerning interaction through a network will apply to the
561 | combination as such.
562 |
563 | 14. Revised Versions of this License.
564 |
565 | The Free Software Foundation may publish revised and/or new versions of
566 | the GNU General Public License from time to time. Such new versions will
567 | be similar in spirit to the present version, but may differ in detail to
568 | address new problems or concerns.
569 |
570 | Each version is given a distinguishing version number. If the
571 | Program specifies that a certain numbered version of the GNU General
572 | Public License "or any later version" applies to it, you have the
573 | option of following the terms and conditions either of that numbered
574 | version or of any later version published by the Free Software
575 | Foundation. If the Program does not specify a version number of the
576 | GNU General Public License, you may choose any version ever published
577 | by the Free Software Foundation.
578 |
579 | If the Program specifies that a proxy can decide which future
580 | versions of the GNU General Public License can be used, that proxy's
581 | public statement of acceptance of a version permanently authorizes you
582 | to choose that version for the Program.
583 |
584 | Later license versions may give you additional or different
585 | permissions. However, no additional obligations are imposed on any
586 | author or copyright holder as a result of your choosing to follow a
587 | later version.
588 |
589 | 15. Disclaimer of Warranty.
590 |
591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599 |
600 | 16. Limitation of Liability.
601 |
602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610 | SUCH DAMAGES.
611 |
612 | 17. Interpretation of Sections 15 and 16.
613 |
614 | If the disclaimer of warranty and limitation of liability provided
615 | above cannot be given local legal effect according to their terms,
616 | reviewing courts shall apply local law that most closely approximates
617 | an absolute waiver of all civil liability in connection with the
618 | Program, unless a warranty or assumption of liability accompanies a
619 | copy of the Program in return for a fee.
620 |
621 | END OF TERMS AND CONDITIONS
622 |
623 | How to Apply These Terms to Your New Programs
624 |
625 | If you develop a new program, and you want it to be of the greatest
626 | possible use to the public, the best way to achieve this is to make it
627 | free software which everyone can redistribute and change under these terms.
628 |
629 | To do so, attach the following notices to the program. It is safest
630 | to attach them to the start of each source file to most effectively
631 | state the exclusion of warranty; and each file should have at least
632 | the "copyright" line and a pointer to where the full notice is found.
633 |
634 |
635 | Copyright (C)
636 |
637 | This program is free software: you can redistribute it and/or modify
638 | it under the terms of the GNU General Public License as published by
639 | the Free Software Foundation, either version 3 of the License, or
640 | (at your option) any later version.
641 |
642 | This program is distributed in the hope that it will be useful,
643 | but WITHOUT ANY WARRANTY; without even the implied warranty of
644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645 | GNU General Public License for more details.
646 |
647 | You should have received a copy of the GNU General Public License
648 | along with this program. If not, see .
649 |
650 | Also add information on how to contact you by electronic and paper mail.
651 |
652 | If the program does terminal interaction, make it output a short
653 | notice like this when it starts in an interactive mode:
654 |
655 | Copyright (C)
656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657 | This is free software, and you are welcome to redistribute it
658 | under certain conditions; type `show c' for details.
659 |
660 | The hypothetical commands `show w' and `show c' should show the appropriate
661 | parts of the General Public License. Of course, your program's commands
662 | might be different; for a GUI interface, you would use an "about box".
663 |
664 | You should also get your employer (if you work as a programmer) or school,
665 | if any, to sign a "copyright disclaimer" for the program, if necessary.
666 | For more information on this, and how to apply and follow the GNU GPL, see
667 | .
668 |
669 | The GNU General Public License does not permit incorporating your program
670 | into proprietary programs. If your program is a subroutine library, you
671 | may consider it more useful to permit linking proprietary applications with
672 | the library. If this is what you want to do, use the GNU Lesser General
673 | Public License instead of this License. But first, please read
674 | .
675 |
--------------------------------------------------------------------------------