From 73359b60fcd9a5898e98b7e1b1d7559ca3f77c23 Mon Sep 17 00:00:00 2001 From: pasqu4le Date: Thu, 21 Jun 2018 16:02:05 +0200 Subject: [PATCH] moved logo directory and inserted @batarian71 contribution --- README.md | 6 ++++-- {src/logo => logo}/Logo1.png | Bin {src/logo => logo}/Logo2.png | Bin {src/logo => logo}/icon.png | Bin 4 files changed, 4 insertions(+), 2 deletions(-) rename {src/logo => logo}/Logo1.png (100%) rename {src/logo => logo}/Logo2.png (100%) rename {src/logo => logo}/icon.png (100%) diff --git a/README.md b/README.md index 8425376..62787fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

clifm

+

clifm

@@ -7,7 +7,7 @@ Clifm is a small file manager written in Haskell with a terminal-based interface ![screenshot](https://github.com/pasqu4le/clifm/raw/master/screenshot.png) -> Note: this is still an experiment. Directory navigation will do no harm, but double-check before starting operations on your file system. I take no responsibility for what you do with this software. +> Note: Directory navigation will do no harm, but double-check before starting operations on your file system. I take no responsibility for what you do with this software. ## Installation > Note: You may need to install `ncurses` on your system before using clifm @@ -127,3 +127,5 @@ You are likely to have the best results with as many threads as your processor's Right now nothing is planned. Suggestions and requests are always welcome, if you have any or you find a bug please [open a new issue](https://github.com/pasqu4le/clifm/issues/new). + +Special thanks to [@batarian71](https://github.com/batarian71) for the logo. \ No newline at end of file diff --git a/src/logo/Logo1.png b/logo/Logo1.png similarity index 100% rename from src/logo/Logo1.png rename to logo/Logo1.png diff --git a/src/logo/Logo2.png b/logo/Logo2.png similarity index 100% rename from src/logo/Logo2.png rename to logo/Logo2.png diff --git a/src/logo/icon.png b/logo/icon.png similarity index 100% rename from src/logo/icon.png rename to logo/icon.png