-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time of file/folder-modification #320
Comments
This is a very good idea for a pull request :). readify is a great place to start from. |
What to do with readify? Do I have to install it in the dockercontainer? |
Right now ({
path: '/',
files: [{
name: 'readify.js',
size: '4.22kb',
date: '20.02.2016',
owner: 'coderaiser',
mode: 'rw- rw- r--',
type: 'file',
}],
}); It should be modified to have a ({
path: '/',
files: [{
name: 'readify.js',
size: '4.22kb',
date: '20.02.2016',
time: '21:35',
owner: 'coderaiser',
mode: 'rw- rw- r--',
type: 'file',
}],
}); Then file template should be modified and |
Unfortunately I don't know where to start, maybe someone else can jump in. |
We can start from determining do you want Also what format of time do you want to see? Is |
I would prefer both |
In this case And later @cloudcmd/sortify should be updated to add support of sorting by time. |
Sorry, no clue how to implement this. maybe someone else can pick this up |
cloudcmd -v
): 15.5.1node -v
: -uname -a
on Linux): Docker version 20.10.2 on Linux PVE 5.4.78-2I would like to see an option NAME-SIZE-DATE were DATE includes the "modify time".
For some reason I've to reload the webpage sometimes, otherwise I'm working in a file which isn't saved to the disk.
When a modification time is visible, I know if a reload before editing is necessary.
The text was updated successfully, but these errors were encountered: