1
0
Fork 0
mirror of synced 2024-04-29 10:03:00 +12:00
Commit graph

26 commits

Author SHA1 Message Date
Rafał Mikrut 5db5d17afb
Use max line length 180 instead 250 (#515)
This was a little too big value.
I don't like too much too small values, because code looks ugly.
2021-12-21 18:44:20 +01:00
Rafał Mikrut c8ade1fb0f
Use system language when available (#506)
* Use system language when available

* Use clippy nightly
2021-12-18 23:45:37 +01:00
Rafał Mikrut bb428171cb
Add better custom selecting (#478) 2021-12-02 13:31:10 +01:00
Rafał Mikrut cf2e822435 Reformat code with idea tool 2021-11-27 20:57:10 +01:00
Rafał Mikrut b7e4eaccaf Modified include organization 2021-11-27 20:49:20 +01:00
Rafał Mikrut 742139379c
Add better errors explanation(native from libraries) (#446) 2021-11-14 15:53:55 +01:00
Rafał Mikrut cc0dcc2714
Fix excluded items on Windows (#324) 2021-05-08 21:54:01 +02:00
Rafał Mikrut 72d74dd8e2
Adds Mac GUI (#160)
* Adds Mac GUI

* Update Rust to 1.4.9
2020-12-31 19:53:49 +01:00
Rafał Mikrut 083db7aa51
Add manual adding of directories (#165) 2020-12-30 13:41:18 +01:00
Rafał Mikrut 4e3a6f63fe
Add new windows dark theme (#125) 2020-12-21 18:22:59 +01:00
Rafał Mikrut 40f981dcd3
Add custom selection/unselection (#117) 2020-12-14 13:07:35 +01:00
Dariusz Niedoba acfecd7ca3
Replace String with PathBuf for paths (#59) 2020-10-14 18:41:37 +02:00
Rafał Mikrut d015b305f2
Add Windows support (#58) 2020-10-10 15:18:04 +02:00
Rafał Mikrut 8bbb12c7d4
Add ability to stop task from GUI (#55) 2020-10-10 11:15:20 +02:00
Caduser2020 085da0369e
Improve code quality. (#52)
* Remove verbose constructs in core.

* Use self and const fn where appropriate.

* Remove needless borrows.

* Fix name in function arguments.

* Merge 'master' into quality

* Decrease function complexity.

* Run fmt.

* Fix clippy.

* Fix duplicate extension files.

* Fix excluded items.

* Fix allowed extensions (Part 2).

* Fix temporary files.
2020-10-09 22:32:08 +02:00
Rafał Mikrut 8161a1c59b Big code refactoring 2020-09-26 16:52:13 +02:00
Rafał Mikrut d17f2d3ef1 Begin of working with finding biggest files 2020-09-25 21:05:47 +02:00
Rafał Mikrut cf127d5c36 Add errors and warnings class 2020-09-18 07:32:37 +02:00
Rafał Mikrut 5caff93a51 Show how much files are in groups 2020-09-17 13:35:11 +02:00
Rafał Mikrut 4757b28486 Simplify code with duplication and checking 2020-09-17 12:07:58 +02:00
Rafał Mikrut 0f06ed636a Improved searching and printing duplicated entries,
Saving to file
2020-09-15 19:17:13 +02:00
Rafał Mikrut cff5ac93c4 Added support for non recursive search 2020-09-12 13:25:23 +02:00
Rafał Mikrut 4b68330393 Added support for excluded items with wildcard * 2020-09-11 22:32:17 +02:00
Rafał Mikrut a08b4549ba Removed almost all occurrences of println from core 2020-09-11 15:52:06 +02:00
Rafał Mikrut bccc69bd99 Beginning of removing printing text from core. 2020-09-11 13:50:54 +02:00
Rafał Mikrut 9d4de08ece Use different modules for library and GUI and CLI apps 2020-09-01 19:34:39 +02:00
Renamed from src/common.rs (Browse further)