Commit graph

7 commits

Author SHA1 Message Date
1c610fe6b0 Moved source code to /src 2025-03-22 23:26:08 -04:00
bd19bcb4ec Minor tweak to output directory method
Now checks if path contains "/." instead of "/"
2025-03-22 21:03:42 -04:00
14537bba03 Fixed Not Exporting to the Proper User Directory
- Removed new line when choosing a topic
- Renamed newscycle.json to example.json in config
- Changed path to "/" in config
- If "/" is present in config, return the absolute current directory
2025-03-22 20:55:15 -04:00
188318c724 Huge Refactor
- Cleaned up Program.cs by moving a lot of functions to their own classes
- Renamed topics to community
- Choosing a community is no longer optional with the switch to JSON
- Added csharpier tool and reformttered all code
2025-03-22 19:37:05 -04:00
3ceff705a3 Renamed to StaggerPost 2025-03-16 21:56:49 -04:00
1d2f15793c Minor tweaks 2025-03-16 18:48:14 -04:00
0c18cb0c34 Fixed loads of oversights
- Forgot I used IList instead of List
- Introduced the Tracer class. This allows writing text to the terminal in Debug mode, regardless of if a Debugger is attached.
Added version to 0.2.101 (0.1 outputting the original .txt file)
- Default config settings (if no file is found) is now set in GetConfig()

Honestly, this turned out to be bigger than I anticipated, but I'm enjoying myself.
2025-03-16 16:01:18 -04:00