This website requires JavaScript.
Explore
Help
Register
Sign In
nova
/
th
Watch
1
Star
0
Fork
0
You've already forked th
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
172
Commits
1
Branch
0
Tags
be9436570c0483f35a3f74dd8e0133e620e2fd1b
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
nova
be9436570c
removal of unnecessary null check, during testing it was never null
2025-11-15 22:31:19 +01:00
.gitignore
finally added .gitignore
2025-06-15 16:48:41 +02:00
backend.c
fixed missing 0 termination in smartcasestr
2025-10-24 20:03:55 +02:00
backend.h
fixed missing 0 termination in smartcasestr
2025-10-24 20:03:55 +02:00
colors.c
removal of all strcpy
2025-10-17 22:23:45 +02:00
colors.h
added colors.h to repo
2025-05-10 22:39:14 +02:00
config.h
varrious small changes
2025-11-09 17:40:56 +01:00
defines.h
'refactoring'
2025-10-24 19:31:49 +02:00
dir.c
removal of unnecessary null check, during testing it was never null
2025-11-15 22:31:19 +01:00
dir.h
resolved all compiler warnings so far
2025-09-30 22:05:26 +02:00
file_previews.c
fixed image previews sticking around longer than expected
2025-09-29 19:17:23 +02:00
file_previews.h
fixed image previews sticking around longer than expected
2025-09-29 19:17:23 +02:00
interactions.c
varrious small changes
2025-11-09 17:40:56 +01:00
interactions.h
implemented jmp_file_index & int passes -> unsigned long
2025-10-12 01:44:27 +02:00
LICENSE
added license
2025-03-03 11:54:51 +01:00
main.c
global_path handling
2025-11-15 22:08:20 +01:00
Makefile
very simplistic 'handling' of split/non split ncurses
2025-11-15 22:01:33 +01:00
README.md
added license
2025-03-03 11:54:51 +01:00
sorting.c
fixed sort_extension, changes too small to list to other sort methods
2025-10-13 21:44:19 +02:00
sorting.h
accounting for files "." and ".."
2025-07-08 00:43:19 +02:00
threading.c
indentation change, now using continue
2025-11-15 22:28:08 +01:00
threading.h
removal of socal_status
2025-08-30 21:01:40 +02:00
window.c
various changes to functions modifying btm_buffer
2025-10-19 23:13:26 +02:00
window.h
various changes to functions modifying btm_buffer
2025-10-19 23:13:26 +02:00
README.md
th
Reference in New Issue
View Git Blame
Copy Permalink
Description
No description provided
Readme
GPL-3.0
1.3
MiB
Languages
C
99.1%
Makefile
0.9%