Skip to content

Commit

Permalink
Merge pull request #144 from RickyDane/task/some_ui_and_stuff
Browse files Browse the repository at this point in the history
Task/some UI and stuff
  • Loading branch information
RickyDane authored Nov 25, 2024
2 parents f47da5b + 84fc403 commit 8aa8d3b
Show file tree
Hide file tree
Showing 16 changed files with 693 additions and 646 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
<br/>
<p align="center"><img width="700" src="https://github.com/user-attachments/assets/44295a1a-c904-407d-97af-bc1aa74baa86"/></p>
<br>

<a href='https://ko-fi.com/rickydane'>
<p align="center">
<img height='36px' style='border: 0px; height: 36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
</p>
</a>
<p align="center"><a target="_blank" href="https://discord.gg/XPakYank"><img src="https://dcbadge.limes.pink/api/server/XPakYank" alt="" /></a></p>
<p align="center">
<img src="https://img.shields.io/badge/Windows-blue" />
<img src="https://img.shields.io/badge/ macOS-white" />
<img src="https://img.shields.io/badge/Linux-red" />
</p>

<a href='https://ko-fi.com/rickydane'>
<p align="center">
<img height='36px' style='border: 0px; height: 36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' />
</p>
</a>

<a href="https://github.com/RickyDane/CoDriver/actions/workflows/main.yml"><p align="center"><img src="https://github.com/RickyDane/CoDriver/actions/workflows/main.yml/badge.svg?branch=master"></p></a>
<p align="center">
A simple file explorer that was born because I wanted to learn the Rust language.
Expand Down
23 changes: 0 additions & 23 deletions codriver-update.json

This file was deleted.

132 changes: 13 additions & 119 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# cargo-features = ["profile-rustflags"]
[package]
name = "CoDriver"
version = "0.4.87"
version = "0.4.9"
description = "A simple file explorer"
authors = ["Ricky Dane Perlick"]
license = "none"
license = "BSD-2-Clause license"
repository = "https://github.com/RickyDane/CoDriver"
default-run = "CoDriver"
edition = "2021"
Expand Down Expand Up @@ -32,13 +32,10 @@ tauri = { version = "1.6", features = [
open = "5.0.0"
stopwatch = "0.0.7"
zip-extensions = "0.6.1"
rar = "0.2.0"
sevenz-rust = "0.5.2"
unrar = "0.5.1"
dateparser = "0.2.0"
sysinfo = "0.30.5"
color-print = "0.3.5"
# fs_extra = "1.3.0"
rayon = "1.8.1"
flate2 = "1.0.28"
zip = "0.6.6"
Expand All @@ -47,7 +44,6 @@ walkdir = "2.4.0"
substring = "1.4.5"
tar = "0.4.40"
archiver-rs = "0.5.1"
# libc = "0.2.155"
rusty_ytdl = "0.7.2"
icns = "0.3.1"
image = "0.25.1"
Expand All @@ -58,6 +54,10 @@ uuid = "1.10.0"
delete = "1.0.1"
remove_dir_all = "0.8.3"
copy_dir = "0.1.3"
# rar = "0.2.0"
# dateparser = "0.2.0"
# fs_extra = "1.3.0"
# libc = "0.2.155"

# [profile.dev]
# rustflags = ["-Z", "threads=7"]
Expand Down
Binary file added src-tauri/resources/preloader_big.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8aa8d3b

Please sign in to comment.