Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beothorn authored Oct 29, 2022
1 parent 91aaa3c commit f0eeacc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# afiman
Advanced file manipulation

## Idea

Stack operations

Joins 2 directories in a new folder and delete old ones

```
add directory "~/imgs"
add directory "~/imgs2"
create folder and join all folders on the directory
delete all on stack
a d "~/imgs" a d "~/imgs2" c a d "~/allImgs" j "~/allImgs" d S
```
or
```
add directory "~/imgs"
add directory "~/imgs2"
add directory "~/allImgs"
create folder and join all folders on the directory
pop
delete all on stack
push d"~/imgs" d"~/imgs2" d"~/allImgs" join pop del
```

0 comments on commit f0eeacc

Please sign in to comment.