forked from bashful-sh/bashful-sh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (102 loc) · 6.11 KB
/
index.html
File metadata and controls
102 lines (102 loc) · 6.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bashful - The Terminal Profile & Pacakge Manager</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui,shrink-to-fit=no,viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="download & install page for bashful, a bash/shell terminal profile and package management extension.">
<meta property="og:title" content="Bashful, The Terminal Profile & Package Manager.">
<meta property="og:description" content="Bashful (bashful-sh) is an open-source bash/shell terminal profile and package manager extension currently developed and maintained by Easter Company (contact@easter.company) and Owen Easter (owen@easter.company)">
<meta property="og:image" content="/static/meta/preview-banner.png">
<meta property="og:url" content="https://bashful-sh.github.io">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bashful, The Terminal Profile & Package Manager.">
<meta name="twitter:description" content="Bashful (bashful-sh) is an open-source bash/shell terminal profile and package manager extension currently developed and maintained by Easter Company (contact@easter.company) and Owen Easter (owen@easter.company)">
<meta name="twitter:image" content="/static/meta/preview-banner.png">
<meta name="twitter:site" content="@eastercompany">
<meta name="twitter:creator" content="@eastercompany">
<link rel="icon" href="/static/meta/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="16x16" href="/static/meta/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/static/meta/favicon-32x32.png">
<link rel="apple-touch-icon" href="/static/meta/apple-touch-icon.png">
<link rel="manifest" href="/static/meta/site.webmanifest">
<link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap">
<link rel="stylesheet" href="static/css/background.css">
<link rel="stylesheet" href="static/css/button.css">
<link rel="stylesheet" href="static/css/font.css">
<link rel="stylesheet" href="static/css/footer.css">
<link rel="stylesheet" href="static/css/glass.css">
<link rel="stylesheet" href="static/css/h.css">
<link rel="stylesheet" href="static/css/html.css">
<link rel="stylesheet" href="static/css/img.css">
<link rel="stylesheet" href="static/css/input.css">
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="static/css/nav.css">
<link rel="stylesheet" href="static/css/p.css">
<link rel="stylesheet" href="static/css/project.css">
<script src="static/js/cmd.js"></script>
<script src="static/js/git.js"></script>
<script src="static/js/search.js"></script>
</head>
<body>
<div class='background'>
</div>
<div id="nav-container" class="glass">
<nav>
<div style="justify-content:flex-start;">
<a href="https://github.com/bashful-sh"><img src="static/assets/logo/bashful-sh_logo.jpg" alt="brand logo"/></a>
<h1>bashful-sh</h1>
</div>
<div style="justify-content:flex-end;">
<input id="search-input" type="text" style="display:none;" placeholder="search respository..." onkeydown="onSearchKey(this);"/>
<i id="search-open" class="bx bx-search" onclick="openSearch();"></i>
<i id="search-close" class="bx bx-x" onclick="closeSearch()" style="display:none;"></i>
</div>
</nav>
</div>
<main>
<div id="project" class="glass">
<div id="content">
<div id="info" style="display:flex;flex-direction:row;">
<img id="preview" src="static/assets/logo/bashful-sh_logo.jpg" alt="bashful-sh logo" width="15vw" height="15vw">
<div style="margin-left:2vmin;">
<h2>Bashful <p style="color:#666;font-size:16px;">By Bashful-sh</p></h2>
<p>A terminal extension used as a superset for bash. With bash profile and package management for Linux (Debian & Ubuntu) based systems. Now also includes local AI, ML, LLM integrations for developers.</p>
<p style="margin-bottom:3.25vh;">
<i class='bx bxs-star'></i><span id="star-count"> </span>
<i class='bx bx-broadcast'></i><span class="repo-info" id="watcher-count"> </span>
<i class='bx bx-git-repo-forked'></i><span class="repo-info" id="fork-count"> </span>
</p>
</div>
</div>
<div id="command-selector">
<div id="download-cmd-option" class="selected" onclick="selectDownload();">Download & Install</div>
<div id="clone-cmd-option" class="" onclick="selectClone();">Clone Source</div>
<button id="copy-button" title="Copy to Clipboard" onclick="selectCopy();">
<i class='bx bx-copy'></i>
</button>
</div>
<div id="command-snippet">
<code id="command-snippet-el">curl -fsSL https://bashful-sh.github.io/install.sh | bash</code>
</div>
<div id="options">
<a href="https://github.com/bashful-sh/bashful/wiki"><button>Documentation<i class="bx bx-file"></i></button></a>
<a href="https://github.com/bashful-sh/bashful"><button>Source<i class="bx bx-code"></i></button></a>
<a href="https://github.com/bashful-sh/bashful/commits/LTS"><button>Commits<i class="bx bx-git-commit"></i></button></a>
<iframe src="https://github.com/sponsors/oceaster/button" title="Sponsor oceaster" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
</div>
<p style="color:#666;font-size:16px;"><i>Last Updated: <span class="repo-info" id="last-updated"> </span></i></p>
</div>
</div>
</main>
<footer>
<p id="footer-text">
All related assets are copyright<br/>© Easter Company, all rights reserved.
</p>
</footer>
</body>
</html>