Skip to content

Koalhack/resfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resfetch screenshot

Resfetch

Resfetch is a small terminal tool for displaying your resume in a neofetch style.

Installation

You need to execute this code node.js

git clone https://github.com/Koalhack/resfetch.git
cd resfetch
npm install

Usage

Define resume Logo

Edit Data/logo.yml file for a custom logo

logo:
  - { text: ['%@@@@@%-@%*-      -*%@-%@@@@@%'], color: ['cyanBright'] }
  - {
      text: ['-@@@@@%', '-@@@@@-  -@@@@@-%@@@@@-'],
      color: ['cyan', 'cyanBright']
    }
  • Each line represent a line of your log
  • You can specify a custom color for each line or section of line (separated by ,)
  • Each color are specified in the same order of section of you logo
  • The current supported color is ('black','red','green','yellow','blue','magenta','cyan','white','blackBright','redBright','greenBright','yellowBright','blueBright','magentaBright','cyanBright','whiteBright')

TIP - you can create easily a ASCII logo with the CLI Fliget tool or by using a online version

Define resume informations

Edit Data/infos.yml file for a custom informations

In this file you can just change the existing informations by new one or add new informations type

Change default informations

Edit the text between quotation marks or number

Example :

FROM

Firstname: 'Elon'
Lastname: 'Musk'
Age: 50

TO

Firstname: 'Alexandre'
Lastname: 'Saner'
Age: 23

Add new informations type

Example :

FROM

Firstname: 'Elon'
Lastname: 'Musk'
Age: 50

TO

Firstname: 'Elon'
Lastname: 'Musk'
Age: 50
Hobbies:
  - 'Cinema'
  - 'Photography'
  - 'video Games'

Run Script

In your terminal and in the resfetch folder run this command

node index.js

About

A simple CLI resume in "neofetch" style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published