Skip to content
/ lsql Public

(WIP) Query your files with SQL like syntax, (Fun Project)

Notifications You must be signed in to change notification settings

faltawy/lsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSQL

Query Your Files with SQL.

supported LSQL commands

  • SELECT - select files and directories.
  • FROM - from a directory.
  • WHERE - filter files and directories.
  • ORDER BY - order files and directories.
  • LIMIT - limit the number of files and directories.
  • DESC - order in descending order.
  • ASC - order in ascending order.

Examples

  • SELECT * FROM /Users/username/Downloads WHERE name = 'file.txt' -> select file.txt from the Downloads directory.

  • SELECT * WHERE name = 'file.txt' ORDER BY size ASC -> order by size in ascending order.

About

(WIP) Query your files with SQL like syntax, (Fun Project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages