5 changed files with 0 additions and 3676 deletions
Before Width: | Height: | Size: 1.1 KiB |
@ -1,37 +0,0 @@
@@ -1,37 +0,0 @@
|
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="utf-8"> |
||||
|
||||
<title>New & Lesser Known Terminal Editors</title> |
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> |
||||
<link rel="icon" href="favicon.ico" type="image/x-icon"> |
||||
|
||||
<meta name="description" content="A list of new and lesser known terminal editors"> |
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"> |
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> |
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css" rel="stylesheet" media="all"> |
||||
<link href="style.css" rel="stylesheet" media="all"> |
||||
|
||||
</head> |
||||
<body> |
||||
<h1>New & Lesser Known Terminal Editors</h1> |
||||
|
||||
<article class="entry"> |
||||
<a href="https://micro-editor.github.io/"><h2>micro</h2></a> |
||||
<p class="description"> |
||||
Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. It comes as one single, batteries-included, static binary with no dependencies, and you can download and use it right now. Micro aims to be somewhat of a successor to the nano editor by being easy to install and use in a pinch, but micro also aims to be enjoyable to use full time. |
||||
</p> |
||||
<p class="description"> |
||||
Micro aims to be somewhat of a successor to the nano editor by being easy to install and use in a pinch, but micro also aims to be enjoyable to use full time. |
||||
</p> |
||||
<dl> |
||||
<dt>Platforms:</dt> |
||||
<dd>Linux, BSD, Windows, MacOS</dd> |
||||
<dt>Written In:</dt> |
||||
<dd>Go</dd> |
||||
</dl> |
||||
</article> |
||||
</body> |
||||
</html> |
@ -1,31 +0,0 @@
@@ -1,31 +0,0 @@
|
||||
body { |
||||
font-family: 'Open Sans', sans-serif; |
||||
font-weight: normal; |
||||
color: rgba(0,0,0,0.87); |
||||
line-height: 1.6; |
||||
font-size: 16px; |
||||
-webkit-font-smoothing: antialiased; |
||||
padding-left: 20px; |
||||
padding-right: 20px; |
||||
display:flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
align-items: center; |
||||
} |
||||
|
||||
a { |
||||
text-decoration: none; |
||||
} |
||||
|
||||
a:hover { |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
h1 { |
||||
font-weight: normal; |
||||
margin-bottom: 70px; |
||||
} |
||||
|
||||
.entry { |
||||
max-width: 590px; |
||||
} |
@ -1,22 +0,0 @@
@@ -1,22 +0,0 @@
|
||||
{ |
||||
"name": "new-and-lesser-known-terminal-editors", |
||||
"version": "1.0.0", |
||||
"description": "", |
||||
"main": "index.js", |
||||
"scripts": { |
||||
"start": "browser-sync start --server docs --files docs" |
||||
}, |
||||
"repository": { |
||||
"type": "git", |
||||
"url": "git+https://github.com/Darkle/New-And-Lesser-Known-Terminal-Editors.git" |
||||
}, |
||||
"author": "", |
||||
"license": "MIT", |
||||
"bugs": { |
||||
"url": "https://github.com/Darkle/New-And-Lesser-Known-Terminal-Editors/issues" |
||||
}, |
||||
"homepage": "https://github.com/Darkle/New-And-Lesser-Known-Terminal-Editors#readme", |
||||
"devDependencies": { |
||||
"browser-sync": "^2.24.7" |
||||
} |
||||
} |
Loading…
Reference in new issue