https://github.com/cmerd/codefetch
Codefetch is a decorative program that displays codeforces profiles on a terminal.
https://github.com/cmerd/codefetch
codeforces codeforces-api cpp neofetch-clone
Last synced: 4 months ago
JSON representation
Codefetch is a decorative program that displays codeforces profiles on a terminal.
- Host: GitHub
- URL: https://github.com/cmerd/codefetch
- Owner: cMerd
- License: mit
- Created: 2025-02-17T14:12:38.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-17T15:23:27.000Z (4 months ago)
- Last Synced: 2025-02-17T16:32:38.623Z (4 months ago)
- Topics: codeforces, codeforces-api, cpp, neofetch-clone
- Language: C++
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codefetch

Codefetch is a decorative program that displays [codeforces](https://codeforces.com) profiles on a terminal.
## Installation
### Dependencies:
- A [C++](https://isocpp.org/) compiler
- [Make](https://www.gnu.org/software/make/manual/make.html) (optional)
- [libcurl](https://curl.se/libcurl/)To install, execute these:
```bash
git clone https://github.com/cMerd/codefetch.git
mkdir build
make
sudo cp ./build/codefetch /usr/bin/codefetch
```## Usage
```bash
$ codefetch
╭────────────────────────────────────╮
│ Rank Handle │
├────────────────────────────────────┤
│ Full name: Name │
│ From City, Country │
│ At Organization │
│ Rating: ____(max. ____, Rank) │
│ Contribution: +___ │
╰────────────────────────────────────╯
```### Note
Colors don't work on windows.