parazeeknova / nyxtext

an AI-powered tool (soon!) that provides a feature-rich text editor for developers, students, and creatives alike, eliminating the need for them to use any other app for text-related tasks.
https://harshsahu-portfolio.vercel.app/pages/project
MIT License
65 stars 4 forks source link

[BUG] can't open files from command line #14

Open clach04 opened 7 months ago

clach04 commented 7 months ago

Nyx Text Bug Report

Description

Editors typically support filenames as arguments and then open them for viewing.editing

Steps to Reproduce

  1. python editor/scripts/main.py editor/scripts/main.py

Expected Behavior

To see source code of main.py

Actual Behavior

No file opened

Screenshots

NA

Environment

Additional Context

[Add any other context about the problem here. For example, any recent changes made to the project, or any workaround attempted.]

Possible Solution

[If you have any ideas on how to fix the bug, or where the problem might be located, please provide them here.]

Related Issues

[If there are any related issues or pull requests, please link them here.]

Your GitHub Username

[Please provide your GitHub username if you would like to be notified about updates or if further clarification is needed.]

Labels

[Choose appropriate labels to categorize the bug report, such as "bug", "needs investigation", etc.]

parazeeknova commented 7 months ago

Currently, it does not support a feature of opening files from the CLI, will implement in future (added to todo) !