Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubiin/nfdl
This cli automatically install your favorite nerd fonts right from the terminal
https://github.com/rubiin/nfdl
Last synced: about 1 month ago
JSON representation
This cli automatically install your favorite nerd fonts right from the terminal
- Host: GitHub
- URL: https://github.com/rubiin/nfdl
- Owner: rubiin
- Created: 2023-12-09T12:18:59.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-26T06:04:24.000Z (8 months ago)
- Last Synced: 2024-04-27T00:23:08.698Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 267 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFDL (Nerd Font Downloader)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![npm](https://img.shields.io/npm/v/nfdl.svg)](https://www.npmjs.com/package/nfdl)NFDL is a handy CLI tool that simplifies the process of downloading and installing popular Nerd Fonts. Nerd Fonts are a collection of over 50 patched fonts with additional icons and glyphs, designed for developers and terminal enthusiasts.
## Features
- **Font Selection:** Choose from a curated list of popular Nerd Fonts during the installation process.
- **Automatic Download:** Automatically download the selected fonts from the official Nerd Fonts releases and unarchive them.
- **Easy Installation:** Simple and user-friendly interface for selecting and installing fonts.## Table of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)## Getting Started
Follow the instructions below to quickly get started with the Nerd Fonts Downloader.
### Prerequisites
- [Nodejs](https://nodejs.org/)
## Installation
Install NFDL globally using npm:
```bash
npm install -g nfdl```
### UsageRun the cli:
```bash
nfdl```
Select your desired Nerd Fonts from the menu and let the cli handle the rest. By default, fonts will be downloaded and installed in the `.fonts` directory in your home directory.## Contributing
Any types of contributions are welcome. Feel free to send pull requests or create issues.
## License
Licensed under [The MIT License](LICENSE).