index
:
trashsys.git
c++test
master
Trashing system on the command line
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-07
Separated fill_lfc and lfc_formatted. I made it so fill_lfc makes a linked list.
Oskar
2024-07-04
added a check, not sure how good it is but it works okay for now
Oskar
2024-07-04
todo update
Oskar
2024-07-04
basic version of L and l is done, will move on to another branch for other fu...
Oskar
2024-07-04
Proof of concept -l and -L system. Still quite a few bugs to iron out. Might ...
Oskar
2024-07-03
added some const to make code a bit more clear
Oskar
2024-07-02
made list_files, it can probably be hugely improved but i think that it's goo...
Oskar
2024-07-02
fixed return statement
Oskar
2024-07-01
noticed some small things i fixed
Oskar
2024-07-01
I made a new macro so i can remove a whole lot of code. I also realised that ...
Oskar
2024-07-01
fixed bug where if ID is 1 then the program doesn't just exit
Oskar
2024-07-01
made it so ipi isnt malloc'd and thus we can remove a whole lot of code and c...
Oskar
2024-07-01
tmp case
Oskar
2024-06-30
changed fill_ipi to reflect whether we are using tmp or not
Oskar
2024-06-30
new tmp strings for ipi
Oskar
2024-06-30
fixed bug where ID starts at 2 if log directory is empty
Oskar
2024-06-29
fixes issue where trashed files may have the same names so i added the ID to ...
Oskar
2024-06-29
cleanup and fixed missing if statements for concat_str
Oskar
2024-06-29
readme
Oskar
2024-06-29
update TODO
Oskar
2024-06-29
New structs and new function to fill the struct. I need to take a moment to t...
Oskar
2024-06-29
added some new strings to initial_path_info and updated fill_ipi accordingly....
Oskar
2024-06-29
added new strings to initial path info struct and improved fill_ipi
Oskar
2024-06-29
major bug found, not sure how to fix it
Oskar
2024-06-28
can finally trash files and the program logs it. Its not very pretty though. ...
Oskar
2024-06-28
got some suggestions on how to handle non option arguments, i did a little te...
Oskar
2024-06-28
Changed from char pointers to already determined size, thus we can also remov...
Oskar
2024-06-27
find_highest_id is done, tested it some and added some debug cvm_fprintf's. I...
Oskar
2024-06-27
Lots of small changes and improvements. Removed all instances of using stcat ...
Oskar
2024-06-26
added safeguards to fill_ipi, hope they are good enough...
Oskar
2024-06-26
went to hell and back to get concat_str to work properly
Oskar
2024-06-25
added basename so we only get the filename
Oskar
2024-06-25
function to get all the info
Oskar
2024-06-25
Added functions for path information as well as a function to check if trash ...
Oskar
2024-06-24
first commit
Oskar