This repository was archived by the owner on Jun 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (156 loc) · 5.93 KB
/
index.html
File metadata and controls
157 lines (156 loc) · 5.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en-US">
<head>
<script>var url=window.location.href.replace(/http:\/\/cointop\.sh/gi,"https://cointop.sh");url!==window.location.href&&(window.location.href=url)</script>
<meta charset="UTF-8">
<meta http-equiv="content-language" content="en-us">
<meta name="description" content="A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies. Features include: vim-inspired key bindings, fast pagination, save and view favorite coins, chart views, and more.">
<meta name="keywords" content="cointop, terminal, coin market cap, crypto currencies, digital currencies, tracking, monitoring, cli, command line interface, interactive, terminal, console, ui, mac, linux, windows">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="application-name" content="Cointop">
<meta name="google-site-verification" content="WKxlYrT98LMG7TNlOTOs5DbIi08lfbPOt4vGc4xpnHc">
<title>cointop - terminal based application for tracking cryptocurrencies</title>
<link rel="stylesheet" href="style.css">
<link rel="canonical" href="https://cointop.sh">
<link rel="apple-touch-icon" href="icon.png">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-39494276-15"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-39494276-15');
</script>
</head>
<body>
<main class="Main">
<header class="Header">
<h1><a href="/">
<img src="https://user-images.githubusercontent.com/168240/39561871-51cda852-4e5d-11e8-926b-7692d43143e8.png" alt="cointop">
</a></h1>
</header>
<section class="Tagline">
<p>A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies</p>
</section>
<section class="Body">
<div class="Display">
<a href="https://github.com/miguelmota/cointop">
<img src="https://user-images.githubusercontent.com/168240/39569578-7ce9f3b6-4e7a-11e8-82a9-8a18b91b1bd5.png" alt="cointop screenshot">
</a>
</div>
<div class="Actions">
<a href="https://github.com/miguelmota/cointop" class="Button">View on Github</a>
</div>
<div class="Demo">
<label>Try demo without installing anything</label>
<code>
ssh cointop.sh
</code>
</div>
<div class="Install">
<label>Installation instructions</label>
<details>
<summary>Using Go (always latest)</summary>
<div>
<code>
go get github.com/miguelmota/cointop
</code>
</div>
</details>
<details>
<summary>Homebrew (macOS)</summary>
<div>
<code>
brew install cointop
</code>
</div>
</details>
<details>
<summary>Snap (Ubuntu)</summary>
<div>
<code>
sudo snap install cointop
</code>
</div>
</details>
<details>
<summary>Copr (Fedora)</summary>
<div>
<code>
sudo dnf copr enable miguelmota/cointop -y
sudo dnf install cointop
</code>
</div>
</details>
<details>
<summary>AUR (Arch)</summary>
<div>
<code>
yay -S cointop
</code>
</div>
</details>
<details>
<summary>Flatpak (Linux)</summary>
<div>
<code>
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
sudo flatpak install flathub com.github.miguelmota.Cointop
flatpak run com.github.miguelmota.Cointop
</code>
</div>
</details>
<details>
<summary>FreshPorts (*BSD)</summary>
<div>
<code>
sudo snap install cointop
</code>
</div>
</details>
<details>
<summary>Windows</summary>
<div>
<code>
go get github.com/miguelmota/cointop
</code>
</div>
</details>
<details>
<summary>Docker</summary>
<div>
<code>
docker run -it cointop/cointop
</code>
</div>
</details>
</div>
<div class="Subscribe">
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://cointop.us17.list-manage.com/subscribe/post?u=de587fb0e5f16636e2fe9c789&id=7edb036ff0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="Join">Join the mailing list</div>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="alice@example.com">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_de587fb0e5f16636e2fe9c789_7edb036ff0" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="Button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</section>
<footer class="Footer">
© 2020 <a href="https://miguelmota.com/">Miguel Mota</a>
</footer>
</main>
</body>
</html>